From 720c5a33b6a49cf328fdd7611f49153cf8f60247 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 8 Apr 2020 14:51:57 +0300 Subject: Separate tests and examples into individual packages Also make cli module to be explicitly enabled via the config.cli configuration variable. --- tests/ctor/test.cli | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 tests/ctor/test.cli (limited to 'tests/ctor/test.cli') diff --git a/tests/ctor/test.cli b/tests/ctor/test.cli deleted file mode 100644 index 869418d..0000000 --- a/tests/ctor/test.cli +++ /dev/null @@ -1,8 +0,0 @@ -// file : tests/ctor/test.cli -// author : Boris Kolpackov -// license : MIT; see accompanying LICENSE file - -class options -{ - bool --help; -}; -- cgit v1.1