diff options
Diffstat (limited to 'tests/cli/lib/libtest/test/test.cli')
-rw-r--r-- | tests/cli/lib/libtest/test/test.cli | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/cli/lib/libtest/test/test.cli b/tests/cli/lib/libtest/test/test.cli index 8bc51e8..f19d56c 100644 --- a/tests/cli/lib/libtest/test/test.cli +++ b/tests/cli/lib/libtest/test/test.cli @@ -1,8 +1,9 @@ +include <test/base.cli>; + namespace test { - class options + class options: base { bool --help; - bool --version; }; } |