blob: 6f6e82d77303e3bc40730c7e554eac69cf178cfa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# file : tests/ci/buildfile
# license : MIT; see accompanying LICENSE file
dir = ../../brep/handler/ci/
include $dir
commons = data
./: testscript{* -{$commons}} common_testscript{$commons} {*/ -test/}{**} \
$dir/exe{brep-ci-dir} $dir/exe{brep-ci-load} \
doc{README} file{hello.tar.gz}
testscript{ci-dir}@./: test = $out_base/$dir/brep-ci-dir
testscript{ci-load}@./: test = $out_base/$dir/brep-ci-load
|