blob: 53e9cd3ba192033050217eca7216c6abf6281a1e (
plain)
1
2
3
4
5
6
7
8
|
# file : tests/depdb/buildfile
# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
import libs = libbutl%lib{butl}
exe{driver}: cxx{driver ../../build2/{depdb}} $libs
exe{driver}: test.arguments = $out_base/test.d
|