blob: 7fd8be2a5f50a937792180f412af2ee4ca1c2421 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# file : tests/buildfile
# license : MIT; see accompanying LICENSE file
define common: file
common{*}: extension = testscript
commons = common config auth remote \
remote-git rep-fetch-git rep-fetch-git-refname rep-fetch-git-commit
# The common/ directory contains repositories that are reused, being symlinked
# in source repositories specific for testscripts.
#
./: testscript{* -{$commons}} common{$commons} {*/ -build/ -test/}{**} $bpkg
|