blob: 9fdcb3678e7e78e30ea9e3da1d1c72035e9aaa04 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# file : tests/buildfile
# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
define common: file
common{*}: extension = testscript
commons = common project
./: testscript{* -{$commons}} common{$commons} $bdep
|