blob: 0156d7aaa488937ba8732f147d0102d34a378525 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# SPDX-FileCopyrightText: 2024 Rafael G. Martins <rafael@rafaelmartins.eng.br>
# SPDX-License-Identifier: BSD-3-Clause
blogc_executable_test(blogc content_parser)
blogc_executable_test(blogc datetime_parser)
blogc_executable_test(blogc filelist_parser)
blogc_executable_test(blogc funcvars
WRAP
bc_file_get_contents
)
blogc_executable_test(blogc loader
WRAP
bc_file_get_contents
)
blogc_executable_test(blogc renderer)
blogc_executable_test(blogc rusage
WRAP
getrusage
)
blogc_executable_test(blogc source_parser)
blogc_executable_test(blogc sysinfo
WRAP
bc_file_get_contents
getenv
gethostbyname
gethostname
gmtime
time
)
blogc_executable_test(blogc sysinfo2)
blogc_executable_test(blogc template_parser)
blogc_executable_test(blogc toctree)
blogc_script_test(blogc blogc)
|