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
19 lines
468 B
Plaintext
19 lines
468 B
Plaintext
syntax(2)
|
|
|
|
test_suite("kyua")
|
|
|
|
include("bootstrap/Kyuafile")
|
|
include("cli/Kyuafile")
|
|
if fs.exists("doc/Kyuafile") then
|
|
-- The tests for the docs are not installed because they only cover the
|
|
-- build-time process of the manual pages.
|
|
include("doc/Kyuafile")
|
|
end
|
|
include("drivers/Kyuafile")
|
|
include("engine/Kyuafile")
|
|
include("examples/Kyuafile")
|
|
include("integration/Kyuafile")
|
|
include("model/Kyuafile")
|
|
include("store/Kyuafile")
|
|
include("utils/Kyuafile")
|