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/test/script | |
parent | 3bb9c876200aa2aadbffeb7bc7582a6a980675f8 (diff) |
Use wildcard patterns
Diffstat (limited to 'tests/test/script')
-rw-r--r-- | tests/test/script/buildfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test/script/buildfile b/tests/test/script/buildfile index 8ce3cc7..a0bae6e 100644 --- a/tests/test/script/buildfile +++ b/tests/test/script/buildfile @@ -2,5 +2,4 @@ # copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -./: builtin/ runner/ file{common.test} - +./: */ file{common.test} |