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

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

cxx.poptions =+ "-I$out_base"

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