aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-03-14 08:06:40 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-03-14 08:06:40 +0200
commitf262632b20628136369889ebc67a65b252b233af (patch)
tree4c388efcf212e9722cd2fd4acd0e101df895a63d /tests
parent3bb9c876200aa2aadbffeb7bc7582a6a980675f8 (diff)
Use wildcard patterns
Diffstat (limited to 'tests')
-rw-r--r--tests/buildfile3
-rw-r--r--tests/test/buildfile4
-rw-r--r--tests/test/script/buildfile3
3 files changed, 3 insertions, 7 deletions
diff --git a/tests/buildfile b/tests/buildfile
index 1938139..0d21f72 100644
--- a/tests/buildfile
+++ b/tests/buildfile
@@ -2,6 +2,5 @@
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
-./: directive/ eval/ expansion/ function/ name/ search/ test/ value/ \
-variable/ file{common.test}
+./: {*/ -build/} file{common.test}
diff --git a/tests/test/buildfile b/tests/test/buildfile
index e01048f..5ae60ad 100644
--- a/tests/test/buildfile
+++ b/tests/test/buildfile
@@ -2,6 +2,4 @@
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
-./: config-test/ script/ script-integration/ \
-file{common.test}
-
+./: */ file{common.test}
diff --git a/tests/test/script/buildfile b/tests/test/script/buildfile
index 8ce3cc7..a0bae6e 100644
--- a/tests/test/script/buildfile
+++ b/tests/test/script/buildfile
@@ -2,5 +2,4 @@
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
-./: builtin/ runner/ file{common.test}
-
+./: */ file{common.test}