blob: b1c31460a4ec3c41ead97b5f2e63d7e4bc18d25c (
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-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
define common: file
common{*}: extension = test
dir = ../../brep/handler/ci/
include $dir
commons = data
./: test{* -{$commons}} common{$commons} $dir/exe{brep-ci-dir}
test{ci-dir}@./: test = $out_base/$dir/brep-ci-dir
|