summaryrefslogtreecommitdiff
path: root/cli-tests/erase/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'cli-tests/erase/buildfile')
-rw-r--r--cli-tests/erase/buildfile10
1 files changed, 10 insertions, 0 deletions
diff --git a/cli-tests/erase/buildfile b/cli-tests/erase/buildfile
new file mode 100644
index 0000000..024e021
--- /dev/null
+++ b/cli-tests/erase/buildfile
@@ -0,0 +1,10 @@
+# file : erase/buildfile
+# license : MIT; see accompanying LICENSE file
+
+exe{driver}: {hxx cxx}{* -test} cli.cxx{test}
+exe{driver}: test.arguments = foo -a bar -b 123 --arg -- -b 234
+
+cxx.poptions =+ "-I$out_base"
+
+cli.cxx{test}: cli{test}
+cli.options = --no-combined-flags # Can't be used with the skip unknown mode.