blob: 8fafae28187dbd6b39a1eaecc092b85a9f758f78 (
plain)
1
2
3
4
5
6
7
|
# file : tests/depdb/buildfile
# 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
|