diff options
Diffstat (limited to 'tests/expansion')
-rw-r--r-- | tests/expansion/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/expansion/buildfile b/tests/expansion/buildfile index 94d3c94..57a7544 100644 --- a/tests/expansion/buildfile +++ b/tests/expansion/buildfile @@ -2,4 +2,4 @@ # copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -./: test{type} $b +./: test{*} $b |