blob: 6ab91231a9d684d784a473b4a071cd06d5bfaced (
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 project
./: test{* -{$commons}} common{$commons} $bdep
|