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

exe{driver}: {hxx cxx}{* -test} cli.cxx{test}
exe{driver}: test.arguments = --very-long-flag -s short -i 123 --string long
exe{driver}: test.output = test.std

cxx.poptions =+ "-I$out_base"

cli.cxx{test}: cli{test}
cli.options = --generate-description --option-length 17