aboutsummaryrefslogtreecommitdiff
path: root/tests/ci/buildfile
blob: 280e364a3622b32bd0a152498c5a76c5eafb977d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# file      : tests/ci/buildfile
# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# 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