blob: 28478aa9cec67509c055fecb072b828f2624d866 (
plain)
1
2
3
4
5
6
7
8
9
|
# file : tests/test/script/runner/buildfile
# license : MIT; see accompanying LICENSE file
./: testscript{*} exe{driver} $b
testscript{*}: target = exe{driver}
import libs = libbutl%lib{butl}
exe{driver}: {hxx cxx}{*} $libs
|