xref: /minix3/external/bsd/kyua-cli/dist/Kyuafile (revision 11be35a165022172ed3cea20f2b5df0307540b0e)
1syntax(2)
2
3test_suite("kyua")
4
5-- This is broken in platforms where /bin/sh is not bash.  See Issue 24 for
6-- details.  We should fix this, but it does not seem to be Kyua's problem.
7--include("bootstrap/Kyuafile")
8
9include("cli/Kyuafile")
10include("engine/Kyuafile")
11include("examples/Kyuafile")
12include("integration/Kyuafile")
13include("store/Kyuafile")
14include("utils/Kyuafile")
15