1syntax(2) 2 3test_suite("kyua") 4 5include("bootstrap/Kyuafile") 6include("cli/Kyuafile") 7if fs.exists("doc/Kyuafile") then 8 -- The tests for the docs are not installed because they only cover the 9 -- build-time process of the manual pages. 10 include("doc/Kyuafile") 11end 12include("drivers/Kyuafile") 13include("engine/Kyuafile") 14include("examples/Kyuafile") 15include("integration/Kyuafile") 16include("model/Kyuafile") 17include("store/Kyuafile") 18include("utils/Kyuafile") 19