aboutsummaryrefslogtreecommitdiff
path: root/Kyuafile
diff options
context:
space:
mode:
Diffstat (limited to 'Kyuafile')
-rw-r--r--Kyuafile10
1 files changed, 2 insertions, 8 deletions
diff --git a/Kyuafile b/Kyuafile
index 54084cd9bb8d..77125974a406 100644
--- a/Kyuafile
+++ b/Kyuafile
@@ -7,12 +7,6 @@ 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")
+if fs.exists("tools/Kyuafile") then
+ include("tools/Kyuafile")
end