blob: 30327e031fa906014376478b6b5173b219654c9b (
plain)
1
2
3
4
5
6
7
8
9
|
# file : group/buildfile
# license : MIT; see accompanying LICENSE file
exe{driver}: {hxx cxx}{* -test} cli.cxx{test} testscript
cxx.poptions =+ "-I$out_base"
cli.cxx{test}: cli{test}
cli.options = --generate-group-scanner
|