blob: 7dc2517bd4f292ff40c11853888daad6b33b9221 (
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 += libbbot%lib{bbot}
exe{driver}: {hxx cxx}{*} $libs testscript{*}
|