blob: 713eceaff1592f5abcb9ce971c8d2fdaeee036c6 (
plain)
1
2
3
4
5
6
7
8
9
|
# file : tests/buildfile
# license : MIT; see accompanying LICENSE file
define common: file
common{*}: extension = testscript
commons = common project
./: testscript{* -{$commons}} common{$commons} $bdep
|