diff options
Diffstat (limited to 'tests/buildfile')
-rw-r--r-- | tests/buildfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/buildfile b/tests/buildfile index 0990548..9fa6a8b 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -3,7 +3,7 @@ # license : MIT; see accompanying LICENSE file define common: file -common{*}: extension = test +common{*}: extension = testscript commons = common config auth remote \ remote-git rep-fetch-git rep-fetch-git-refname rep-fetch-git-commit @@ -11,4 +11,4 @@ commons = common config auth remote \ # The common/ directory contains repositories that are reused, being symlinked # in source repositories specific for testscripts. # -./: test{* -{$commons}} common{$commons} {*/ -build/ -test/}{**} $bpkg +./: testscript{* -{$commons}} common{$commons} {*/ -build/ -test/}{**} $bpkg |