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