diff options
Diffstat (limited to 'tests/cli/lib/test/driver.C')
-rw-r--r-- | tests/cli/lib/test/driver.C | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/cli/lib/test/driver.C b/tests/cli/lib/test/driver.C new file mode 100644 index 0000000..ee2171f --- /dev/null +++ b/tests/cli/lib/test/driver.C @@ -0,0 +1,8 @@ +#include "test.h" +#include <test/test> +#include <test/extra/test> + +int +main () +{ +} |