aboutsummaryrefslogtreecommitdiff
path: root/tests/test/simple/buildfile
blob: 3b3598aacbb564b2f0a451bdd0e85db86af65957 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
using cxx

hxx.ext = hxx
cxx.ext = cxx

lib{utility}: cxx{utility}
exe{driver}: cxx{driver} #lib{utility}

#exe{driver}: test.roundtrip = test.out

test.exe = true
test.exe.output = test.out

.: lib{utility} exe{driver}
#.: exe{driver}