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