summaryrefslogtreecommitdiff
path: root/Kyuafile
diff options
context:
space:
mode:
Diffstat (limited to 'Kyuafile')
-rw-r--r--Kyuafile18
1 files changed, 18 insertions, 0 deletions
diff --git a/Kyuafile b/Kyuafile
new file mode 100644
index 000000000000..54084cd9bb8d
--- /dev/null
+++ b/Kyuafile
@@ -0,0 +1,18 @@
+syntax("kyuafile", 1)
+
+test_suite("atf")
+
+include("atf-c/Kyuafile")
+include("atf-c++/Kyuafile")
+include("atf-sh/Kyuafile")
+include("test-programs/Kyuafile")
+
+if fs.exists("atf-config/Kyuafile") then
+ include("atf-config/Kyuafile")
+end
+if fs.exists("atf-report/Kyuafile") then
+ include("atf-report/Kyuafile")
+end
+if fs.exists("atf-run/Kyuafile") then
+ include("atf-run/Kyuafile")
+end