aboutsummaryrefslogtreecommitdiff
path: root/tests/install/lib/libtest/test/buildfile
blob: f273f2d814773958a7e7c4390dce5ac894621b1d (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}