blob: c8b9583dbc924d265749617c05e9b7ae97b422c6 (
plain)
1
2
3
4
5
6
7
8
|
# file : tests/depdb/buildfile
# copyright : Copyright (c) 2014-2019 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
|