diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-03-10 11:51:24 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-03-10 11:51:24 +0200 |
commit | 6362c4e4eda8340eedc73dfdbf6b92b281ccbadd (patch) | |
tree | c4878757293cc61398e257b96b0a30914e85e3a6 /tests/buildfile | |
parent | a81d3fb9160b3032124bdc58e76619b724ccdb6c (diff) |
Implement support for wildcard patterns
Diffstat (limited to 'tests/buildfile')
-rw-r--r-- | tests/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/buildfile b/tests/buildfile index 4b5f149..1938139 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -2,6 +2,6 @@ # copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -./: directive/ eval/ expansion/ function/ search/ test/ value/ \ +./: directive/ eval/ expansion/ function/ name/ search/ test/ value/ \ variable/ file{common.test} |