summaryrefslogtreecommitdiff
path: root/cli-tests/inheritance/buildfile
blob: 6fe1ecc84a63a15e6264659716fc41344c064aa7 (plain)
1
2
3
4
5
6
7
8
9
10
11
# file      : inheritance/buildfile
# 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