summaryrefslogtreecommitdiff
path: root/tests/erase/buildfile
blob: a6a2b8ffdbd7372c19cdae86221a790db4047db1 (plain)
1
2
3
4
5
6
7
8
9
10
11
# file      : tests/erase/buildfile
# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# 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.