summaryrefslogtreecommitdiff
path: root/cli-tests/specifier/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'cli-tests/specifier/buildfile')
-rw-r--r--cli-tests/specifier/buildfile10
1 files changed, 10 insertions, 0 deletions
diff --git a/cli-tests/specifier/buildfile b/cli-tests/specifier/buildfile
new file mode 100644
index 0000000..935a002
--- /dev/null
+++ b/cli-tests/specifier/buildfile
@@ -0,0 +1,10 @@
+# file : specifier/buildfile
+# license : MIT; see accompanying LICENSE file
+
+exe{driver}: {hxx cxx}{* -test} cli.cxx{test}
+exe{driver}: test.arguments = -a -c foo
+
+cxx.poptions =+ "-I$out_base"
+
+cli.cxx{test}: cli{test}
+cli.options = --generate-specifier --generate-modifier