summaryrefslogtreecommitdiff
path: root/tests/group/buildfile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-03-21 15:29:02 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-03-21 15:29:02 +0200
commitdd817b37a1139f0bbc1414c8b542734662c5da88 (patch)
tree4abd8a892e4751334a78ff90fde41061dc54b50c /tests/group/buildfile
parent6520b63cb25580420e477cba2c776b2639cbf21b (diff)
Implement group_scanner
Diffstat (limited to 'tests/group/buildfile')
-rw-r--r--tests/group/buildfile10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/group/buildfile b/tests/group/buildfile
new file mode 100644
index 0000000..c28920f
--- /dev/null
+++ b/tests/group/buildfile
@@ -0,0 +1,10 @@
+# file : tests/group/buildfile
+# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
+# license : MIT; see accompanying LICENSE file
+
+exe{driver}: {hxx cxx}{* -test} cli.cxx{test} test{testscript}
+
+cxx.poptions =+ "-I$out_base"
+
+cli.cxx{test}: cli{test}
+cli.options = --generate-group-scanner