summaryrefslogtreecommitdiff
path: root/tests/inheritance/buildfile
blob: baade2d89a11651a05f018d6b6d2ac51c525f2ab (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}: cxx{driver} 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