aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-07-12 14:09:36 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-07-12 14:55:45 +0300
commitae0205a089b02a38acf5beae9fa75664040fc27a (patch)
treee128a32083a5fe4f10512e27022b4e1c615b4759 /tests
parent7a141264e858c98053367910c6300c79de7bdb98 (diff)
Make use of wildcards in buildfiles
Diffstat (limited to 'tests')
-rw-r--r--tests/buildfile1
-rw-r--r--tests/directive/buildfile2
-rw-r--r--tests/eval/buildfile2
-rw-r--r--tests/expansion/buildfile2
-rw-r--r--tests/name/buildfile2
-rw-r--r--tests/test/config-test/buildfile2
-rw-r--r--tests/test/script/runner/buildfile2
-rw-r--r--tests/value/buildfile2
8 files changed, 7 insertions, 8 deletions
diff --git a/tests/buildfile b/tests/buildfile
index 0d21f72..a968862 100644
--- a/tests/buildfile
+++ b/tests/buildfile
@@ -3,4 +3,3 @@
# license : MIT; see accompanying LICENSE file
./: {*/ -build/} file{common.test}
-
diff --git a/tests/directive/buildfile b/tests/directive/buildfile
index 27ef3ff..920faad 100644
--- a/tests/directive/buildfile
+++ b/tests/directive/buildfile
@@ -2,4 +2,4 @@
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
-./: test{assert} $b
+./: test{*} $b
diff --git a/tests/eval/buildfile b/tests/eval/buildfile
index 3c8a3ba..d7569aa 100644
--- a/tests/eval/buildfile
+++ b/tests/eval/buildfile
@@ -2,4 +2,4 @@
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
-./: test{comma comp or-and qual ternary value} $b
+./: test{*} $b
diff --git a/tests/expansion/buildfile b/tests/expansion/buildfile
index 94d3c94..57a7544 100644
--- a/tests/expansion/buildfile
+++ b/tests/expansion/buildfile
@@ -2,4 +2,4 @@
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
-./: test{type} $b
+./: test{*} $b
diff --git a/tests/name/buildfile b/tests/name/buildfile
index 5b368bb..dc949f0 100644
--- a/tests/name/buildfile
+++ b/tests/name/buildfile
@@ -2,4 +2,4 @@
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
-./: test{cross pattern} $b
+./: test{*} $b
diff --git a/tests/test/config-test/buildfile b/tests/test/config-test/buildfile
index cca33fa..83d18da 100644
--- a/tests/test/config-test/buildfile
+++ b/tests/test/config-test/buildfile
@@ -7,4 +7,4 @@
./: test{testscript} exe{driver} $b
-exe{driver}: cxx{driver}
+exe{driver}: cxx{*}
diff --git a/tests/test/script/runner/buildfile b/tests/test/script/runner/buildfile
index 3970cfd..b54852e 100644
--- a/tests/test/script/runner/buildfile
+++ b/tests/test/script/runner/buildfile
@@ -7,4 +7,4 @@
test{*}: target = exe{driver}
import libs = libbutl%lib{butl}
-exe{driver}: cxx{driver} $libs
+exe{driver}: cxx{*} $libs
diff --git a/tests/value/buildfile b/tests/value/buildfile
index ae54752..ce246a4 100644
--- a/tests/value/buildfile
+++ b/tests/value/buildfile
@@ -2,4 +2,4 @@
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
-./: test{reverse}
+./: test{*}