blob: 0640b2f8f8512b088bc279ba2fd060989e8a2839 (
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 = testscript
commons = common project
./: testscript{* -{$commons}} common{$commons} $bdep
|