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