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/name/buildfile | |
parent | a81d3fb9160b3032124bdc58e76619b724ccdb6c (diff) |
Implement support for wildcard patterns
Diffstat (limited to 'tests/name/buildfile')
-rw-r--r-- | tests/name/buildfile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/name/buildfile b/tests/name/buildfile new file mode 100644 index 0000000..8eaf31e --- /dev/null +++ b/tests/name/buildfile @@ -0,0 +1,5 @@ +# file : tests/name/buildfile +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +./: test{pattern} $b |