diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-03-14 08:43:53 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-03-14 08:43:53 +0200 |
commit | 58bca989cd4f93c8f0b67b6298f47f595029cda0 (patch) | |
tree | dd24992b91a929ab83a7970ef53d5d98aee19ad5 /tests | |
parent | dc2c25e3f3182e8181a15487de4befca74a1ffec (diff) |
Use wildcard patterns in buildfiles
Diffstat (limited to 'tests')
-rw-r--r-- | tests/buildfile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/tests/buildfile b/tests/buildfile index 6f5dd03..10e73ec 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -2,10 +2,4 @@ # copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -d = base64/ cpfile/ dir-iterator/ fdstream/ link/ manifest-parser/ \ - manifest-serializer/ manifest-roundtrip/ pager/ path/ prefix-map/ \ - process/ sha256/ small-vector/ strcase/ timestamp/ target-triplet/ \ - wildcard/ - -./: $d -include $d +./: */ |