aboutsummaryrefslogtreecommitdiff
path: root/tests/cli/simple/buildfile
blob: a7e6e80359a79be57e1a85afd0d2aab2238cd742 (plain)
1
2
3
4
5
6
7
8
9
10
11
hxx.ext =
cxx.ext = cpp
ixx.ext = ipp

cxx.poptions = -I$out_root

#exe{driver}: cxx{driver} cxx{test}
#cxx{test} hxx{test}: cli{test}

exe{driver}: cxx{driver} cli.cxx{test}
cli.cxx{test}: cli{test}