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