From ce1b5f5d36a7651fd68c8985b8e1f2a748fa6e19 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 17 Mar 2017 15:22:09 +0200 Subject: Use exclusion group in tests/buildfile --- tests/buildfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/buildfile b/tests/buildfile index d59d40e..1d7ede2 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -5,8 +5,9 @@ define common: file common{*}: extension = test +commons = common config auth remote + # The common/ directory contains repositories that are reused, being symlinked # in source repositories specific for testscripts. # -./: test{* -common -config -auth -remote} common{common config auth remote} \ - {*/ -build/ -test/}{**} $bpkg +./: test{* -{$commons}} common{$commons} {*/ -build/ -test/}{**} $bpkg -- cgit v1.1