summaryrefslogtreecommitdiff
path: root/tests/inheritance/buildfile
blob: a37dab9f561651f88db47617c81136c852945b57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# file      : tests/inheritance/buildfile
# copyright : Copyright (c) 2009-2019 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