summaryrefslogtreecommitdiff
path: root/tests/inheritance/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/inheritance/buildfile')
-rw-r--r--tests/inheritance/buildfile15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/inheritance/buildfile b/tests/inheritance/buildfile
new file mode 100644
index 0000000..0f8bbcb
--- /dev/null
+++ b/tests/inheritance/buildfile
@@ -0,0 +1,15 @@
+# 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 = --very-long-flag -s short -i 123 --string long
+exe{driver}: test.output = test.std
+
+cxx.poptions =+ -I$out_base
+
+# Generated options parser.
+#
+{hxx ixx cxx}{test}: cli{test}
+
+cli.options = --generate-description --option-length 17