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