blob: 4833450449578e2fbf32d0fee89939dd5c414fa1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# file : tests/test/script/runner/buildfile
# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
./: testscript{*} exe{driver} $b
testscript{*}: target = exe{driver}
import libs = libbutl%lib{butl}
exe{driver}: {hxx cxx}{*} $libs
|