aboutsummaryrefslogtreecommitdiff
path: root/tests/ci/buildfile
blob: 95a1d6b4ee7ed7dfb739f7536aeb4cba3c57705b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# file      : tests/ci/buildfile
# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license   : MIT; see accompanying LICENSE file

define common: file
common{*}: extension = testscript

dir = ../../brep/handler/ci/

include $dir

commons = data

./: testscript{* -{$commons}} common{$commons} \
    $dir/exe{brep-ci-dir} $dir/exe{brep-ci-load}

testscript{ci-dir}@./:  test = $out_base/$dir/brep-ci-dir
testscript{ci-load}@./: test = $out_base/$dir/brep-ci-load