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