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

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

dir = ../../brep/handler/submit/

include $dir

commons = data

./: testscript{* -{$commons}} common{$commons} {*/ -test/}{**} \
    $dir/exe{brep-submit-dir} $dir/exe{brep-submit-git}

testscript{submit-dir}@./: test = $out_base/$dir/brep-submit-dir
testscript{submit-git}@./: test = $out_base/$dir/brep-submit-git