summaryrefslogtreecommitdiff
path: root/tests/specifier/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/specifier/buildfile')
-rw-r--r--tests/specifier/buildfile14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/specifier/buildfile b/tests/specifier/buildfile
new file mode 100644
index 0000000..3d11b0d
--- /dev/null
+++ b/tests/specifier/buildfile
@@ -0,0 +1,14 @@
+# file : tests/specifier/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 = -a -c foo
+
+cxx.poptions =+ -I$out_base
+
+# Generated options parser.
+#
+{hxx ixx cxx}{test}: cli{test}
+
+cli.options = --generate-specifier --generate-modifier