summaryrefslogtreecommitdiff
path: root/tests/erase/buildfile
blob: fb58d5aec392427cc498192a87cf28225b3c3db8 (plain)
1
2
3
4
5
6
7
8
9
10
# file      : tests/erase/buildfile
# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC
# license   : MIT; see accompanying LICENSE file

exe{driver}: cxx{driver} 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}