diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-03-13 14:08:14 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-03-13 14:08:14 +0200 |
commit | a35ab5959f02ddfee757d8e2dc4cced21e682d4e (patch) | |
tree | 130cad70a9ba857f31a96c63d1f7a6d6169858ec /tests/name/buildfile | |
parent | 8b7ead9400820969a6133a5c5827b4690099b4d5 (diff) |
Port names test
Diffstat (limited to 'tests/name/buildfile')
-rw-r--r-- | tests/name/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/name/buildfile b/tests/name/buildfile index 8eaf31e..5b368bb 100644 --- a/tests/name/buildfile +++ b/tests/name/buildfile @@ -2,4 +2,4 @@ # copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -./: test{pattern} $b +./: test{cross pattern} $b |