aboutsummaryrefslogtreecommitdiff
path: root/tests/install/lib/libtest/test/buildfile
blob: 5e275c645c8a282921345168c91822e4576fc66a (plain)
1
2
3
4
5
6
7
8
9
10
cxx.poptions += -I$src_root

install.include = $install.include/test

lib{test}: cxx{utility} hxx{utility}
lib{test}: cxx.export.poptions = -I$src_root

exe{driver}: cxx{driver} hxx{driver} lib{test}

.: lib{test} exe{driver}