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