blob: d56aa1f89925a092f3ade9119fce14dc538846bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# file : unit-tests/machine-manifest/buildfile
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : TBC; see accompanying LICENSE file
import libs = libbutl%lib{butl}
import libs += libbbot%lib{bbot}
exe{driver}: {hxx cxx}{*} ../../bbot/{hxx cxx}{**-manifest} $libs \
test{testscript}
include ../../bbot/
|