summaryrefslogtreecommitdiff
path: root/cli-tests/erase/buildfile
blob: 024e021267a49c0c4939e8b8e6aa4333573e04c7 (plain)
1
2
3
4
5
6
7
8
9
10
# file      : erase/buildfile
# license   : MIT; see accompanying LICENSE file

exe{driver}: {hxx cxx}{* -test} cli.cxx{test}
exe{driver}: test.arguments = foo -a bar -b 123 --arg -- -b 234

cxx.poptions =+ "-I$out_base"

cli.cxx{test}: cli{test}
cli.options = --no-combined-flags # Can't be used with the skip unknown mode.