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