diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-03-14 08:06:40 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-03-14 08:06:40 +0200 |
commit | f262632b20628136369889ebc67a65b252b233af (patch) | |
tree | 4c388efcf212e9722cd2fd4acd0e101df895a63d /tests/buildfile | |
parent | 3bb9c876200aa2aadbffeb7bc7582a6a980675f8 (diff) |
Use wildcard patterns
Diffstat (limited to 'tests/buildfile')
-rw-r--r-- | tests/buildfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/buildfile b/tests/buildfile index 1938139..0d21f72 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -2,6 +2,5 @@ # copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -./: directive/ eval/ expansion/ function/ name/ search/ test/ value/ \ -variable/ file{common.test} +./: {*/ -build/} file{common.test} |