mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-26 10:53:39 +01:00
b0d29bc47d
Having kyua in the base system will simplify automated testing in CI and eliminates bootstrapping issues on new platforms. The build of kyua is controlled by WITH(OUT)_TESTS_SUPPORT. Reviewed by: emaste Obtained from: CheriBSD Sponsored by: DARPA Differential Revision: https://reviews.freebsd.org/D24103
25 lines
651 B
Plaintext
25 lines
651 B
Plaintext
syntax(2)
|
|
|
|
test_suite("kyua")
|
|
|
|
atf_test_program{name="auto_array_test"}
|
|
atf_test_program{name="datetime_test"}
|
|
atf_test_program{name="env_test"}
|
|
atf_test_program{name="memory_test"}
|
|
atf_test_program{name="optional_test"}
|
|
atf_test_program{name="passwd_test"}
|
|
atf_test_program{name="sanity_test"}
|
|
atf_test_program{name="stacktrace_test"}
|
|
atf_test_program{name="stream_test"}
|
|
atf_test_program{name="units_test"}
|
|
|
|
include("cmdline/Kyuafile")
|
|
include("config/Kyuafile")
|
|
include("format/Kyuafile")
|
|
include("fs/Kyuafile")
|
|
include("logging/Kyuafile")
|
|
include("process/Kyuafile")
|
|
include("signals/Kyuafile")
|
|
include("sqlite/Kyuafile")
|
|
include("text/Kyuafile")
|