aboutsummaryrefslogtreecommitdiff
path: root/tests/buildfile
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-07-14 21:27:01 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-07-14 21:41:57 +0300
commit9114b5c4d61fa525ef3b0ba0b9f65bcad0da3f31 (patch)
treec251d803c9bfb598fcd847fc576fe14edc1909d3 /tests/buildfile
parent2656d67ee93401c6f90b9c217f5e3813ce35a25c (diff)
Make use of wildcards in buildfiles
Diffstat (limited to 'tests/buildfile')
-rw-r--r--tests/buildfile4
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/}