summaryrefslogtreecommitdiff
path: root/tests/parser
diff options
context:
space:
mode:
Diffstat (limited to 'tests/parser')
-rw-r--r--tests/parser/base.cli0
-rw-r--r--tests/parser/common.cli1
-rw-r--r--tests/parser/test-001.cli2
3 files changed, 3 insertions, 0 deletions
diff --git a/tests/parser/base.cli b/tests/parser/base.cli
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/tests/parser/base.cli
diff --git a/tests/parser/common.cli b/tests/parser/common.cli
new file mode 100644
index 0000000..c0c7262
--- /dev/null
+++ b/tests/parser/common.cli
@@ -0,0 +1 @@
+include "base.cli";
diff --git a/tests/parser/test-001.cli b/tests/parser/test-001.cli
index 80233ff..473a238 100644
--- a/tests/parser/test-001.cli
+++ b/tests/parser/test-001.cli
@@ -2,3 +2,5 @@
//
include <string>;
include "types.hxx";
+include "common.cli";
+include "../parser/base.cli";