diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-12 21:05:11 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-12 21:13:09 +0300 |
commit | ed8d91c67df5da8a3d121a38c272ad9b9d71abb0 (patch) | |
tree | 3c0e56b3e16319225644e9b2de7fa7b8552b20d1 /tests/buildfile | |
parent | 4c68dffd56ae2493e9e263612fa0127eb0610d18 (diff) |
Make use of wildcards in buildfiles
Diffstat (limited to 'tests/buildfile')
-rw-r--r-- | tests/buildfile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/buildfile b/tests/buildfile index 47f5226..9eea969 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -2,7 +2,4 @@ # copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -d = manifest/ package-version/ repository-location/ - -./: $d -include $d +./: {*/ -build/} |