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