summaryrefslogtreecommitdiff
path: root/tests/erase/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/erase/buildfile')
-rw-r--r--tests/erase/buildfile12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/erase/buildfile b/tests/erase/buildfile
new file mode 100644
index 0000000..887c9d9
--- /dev/null
+++ b/tests/erase/buildfile
@@ -0,0 +1,12 @@
+# file : tests/erase/buildfile
+# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# license : MIT; see accompanying LICENSE file
+
+exe{driver}: cxx{driver} {hxx ixx cxx}{test}
+exe{driver}: test.arguments = foo -a bar -b 123 --arg -- -b 234
+
+cxx.poptions =+ -I$out_base
+
+# Generated options parser.
+#
+{hxx ixx cxx}{test}: cli{test}