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