blob: b9c0e6971ac1ecba24d21d18dddad7d24c512d33 (
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
import libs = libbutl%lib{butl}
exe{driver}: cxx{driver} $libs test{cleanup mkdir redirect status touch}
if ($cxx.target.class == "windows") # @@ TMP
test{*}: ext = ".exe"
include ../../../../../build2/
|