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

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

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

commons = data

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

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