diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-03-17 15:22:09 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-03-17 15:22:09 +0200 |
commit | ce1b5f5d36a7651fd68c8985b8e1f2a748fa6e19 (patch) | |
tree | 173822ec9ee4d827ae28066d59f8449b9b42a82b /tests | |
parent | 51270780a3671f50ef8b5e78e0fdae9c419b4d8a (diff) |
Use exclusion group in tests/buildfile
Diffstat (limited to 'tests')
-rw-r--r-- | tests/buildfile | 5 |
1 files 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 |