aboutsummaryrefslogtreecommitdiff
path: root/tests/test/simple/buildfile
blob: 6113968b1717776a2aef0d8cb43e22f8be494a80 (plain)
1
2
3
4
5
6
7
8
9
10
using cxx

hxx.ext = hxx
cxx.ext = cxx

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

.: lib{utility} exe{driver}