diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-14 22:46:56 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-07-14 22:50:50 +0300 |
commit | ad31d1e1c85d4c95771326a1bd5923b30c04421d (patch) | |
tree | d5351125a44bae86bdeb8e02651ca5e3af2045b5 /tests/buildfile | |
parent | f2a8225f094e0d1ace43f81d2f3b456c83efdda9 (diff) |
Make use of wildcards in buildfiles
Diffstat (limited to 'tests/buildfile')
-rw-r--r-- | tests/buildfile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/buildfile b/tests/buildfile index 8502dbe..545984d 100644 --- a/tests/buildfile +++ b/tests/buildfile @@ -2,6 +2,4 @@ # copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file -d = basics/ -./: $d -include $d +./: {*/ -build/} |