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