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

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

cxx.poptions =+ "-I$out_base"

# Generated options parser.
#
{hxx ixx cxx}{test}: cli{test}