summaryrefslogtreecommitdiff
path: root/tests/merge/buildfile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-07-27 11:38:53 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-07-27 16:34:32 +0200
commitdca38b27afc25d329fd7a7241095b40e2a1ecae2 (patch)
treec656421398fd818d68f9e07130f96d7eeeaa6490 /tests/merge/buildfile
parentc5979a2814c9211e0e3c8ae7232ea66f171d54d0 (diff)
Add support for option merging (--generate-merge)
Diffstat (limited to 'tests/merge/buildfile')
-rw-r--r--tests/merge/buildfile10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/merge/buildfile b/tests/merge/buildfile
new file mode 100644
index 0000000..c1ef0a1
--- /dev/null
+++ b/tests/merge/buildfile
@@ -0,0 +1,10 @@
+# file : tests/merge/buildfile
+# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
+# license : MIT; see accompanying LICENSE file
+
+exe{driver}: {hxx cxx}{* -test} cli.cxx{test}
+
+cxx.poptions =+ "-I$out_base"
+
+cli.cxx{test}: cli{test}
+cli.options = --generate-merge