blob: fb7a7e436f51bfb3e730490994f04028b142aa49 (
plain)
1
2
3
4
5
6
7
|
# file : tests/overrides/buildfile
# license : MIT; see accompanying LICENSE file
import libs = libbutl%lib{butl}
import libs += libbpkg%lib{bpkg}
exe{driver}: {hxx cxx}{*} $libs testscript
|