diff options
Diffstat (limited to 'contrib/lutok/Kyuafile')
-rw-r--r-- | contrib/lutok/Kyuafile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/lutok/Kyuafile b/contrib/lutok/Kyuafile new file mode 100644 index 000000000000..48c912dab730 --- /dev/null +++ b/contrib/lutok/Kyuafile @@ -0,0 +1,11 @@ +syntax("kyuafile", 1) + +test_suite("lutok") + +atf_test_program{name="c_gate_test"} +atf_test_program{name="debug_test"} +atf_test_program{name="examples_test"} +atf_test_program{name="exceptions_test"} +atf_test_program{name="operations_test"} +atf_test_program{name="stack_cleaner_test"} +atf_test_program{name="state_test"} |