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

hxx.ext = hxx
cxx.ext = cxx

lib{utility}: cxx{utility}
exe{driver}: cxx{driver} #lib{utility}
exe{driver}: test = true

test.exe = false

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