diff options
Diffstat (limited to 'atf-c++/Kyuafile')
-rw-r--r-- | atf-c++/Kyuafile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/atf-c++/Kyuafile b/atf-c++/Kyuafile new file mode 100644 index 0000000000000..6df836f27847f --- /dev/null +++ b/atf-c++/Kyuafile @@ -0,0 +1,14 @@ +syntax("kyuafile", 1) + +test_suite("atf") + +atf_test_program{name="atf_c++_test"} +atf_test_program{name="build_test"} +atf_test_program{name="check_test"} +atf_test_program{name="config_test"} +atf_test_program{name="macros_test"} +atf_test_program{name="pkg_config_test"} +atf_test_program{name="tests_test"} +atf_test_program{name="utils_test"} + +include("detail/Kyuafile") |