blob: aaffede702dc64d25776c4c1a9fb38e8df55e013 (
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-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
dir = ../../brep/handler/submit/
include $dir
commons = data
./: testscript{* -{$commons}} common_testscript{$commons} {*/ -test/}{**} \
$dir/exe{brep-submit-dir} $dir/exe{brep-submit-git} file{hello.tar.gz} \
doc{README}
testscript{submit-dir}@./: test = $out_base/$dir/brep-submit-dir
testscript{submit-git}@./: test = $out_base/$dir/brep-submit-git
|