mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-24 17:44:17 +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
16 lines
488 B
Plaintext
16 lines
488 B
Plaintext
syntax(2)
|
|
|
|
test_suite("kyua")
|
|
|
|
atf_test_program{name="dbtypes_test"}
|
|
atf_test_program{name="exceptions_test"}
|
|
atf_test_program{name="layout_test"}
|
|
atf_test_program{name="metadata_test"}
|
|
atf_test_program{name="migrate_test"}
|
|
atf_test_program{name="read_backend_test"}
|
|
atf_test_program{name="read_transaction_test"}
|
|
atf_test_program{name="schema_inttest"}
|
|
atf_test_program{name="transaction_test"}
|
|
atf_test_program{name="write_backend_test"}
|
|
atf_test_program{name="write_transaction_test"}
|