aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-07-12 20:30:34 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-07-14 16:38:38 +0300
commitd4e8e70325b94509575e6722595fe5ed752c9013 (patch)
tree27a1c75d544b9a06be4b1d73abc2fece771d1301 /tests
parentbc00b696dbe914b60199039ed56c96d5072bbfba (diff)
Make use of wildcards in buildfiles
Diffstat (limited to 'tests')
-rw-r--r--tests/build/bootstrap.build2
-rw-r--r--tests/build/root.build2
-rw-r--r--tests/buildfile2
-rw-r--r--tests/parser/buildfile2
-rw-r--r--tests/roundtrip/buildfile4
-rw-r--r--tests/serializer/buildfile2
6 files changed, 7 insertions, 7 deletions
diff --git a/tests/build/bootstrap.build b/tests/build/bootstrap.build
index 3cca91f..3a9b241 100644
--- a/tests/build/bootstrap.build
+++ b/tests/build/bootstrap.build
@@ -1,4 +1,4 @@
-# file : examples/build/bootstrap.build
+# file : tests/build/bootstrap.build
# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
diff --git a/tests/build/root.build b/tests/build/root.build
index c93bac1..377bb0b 100644
--- a/tests/build/root.build
+++ b/tests/build/root.build
@@ -1,4 +1,4 @@
-# file : examples/build/root.build
+# file : tests/build/root.build
# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
diff --git a/tests/buildfile b/tests/buildfile
index b79265a..fcea29f 100644
--- a/tests/buildfile
+++ b/tests/buildfile
@@ -2,4 +2,4 @@
# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
-./: parser/ roundtrip/ serializer/
+./: {*/ -build/}
diff --git a/tests/parser/buildfile b/tests/parser/buildfile
index 99f8624..cf63348 100644
--- a/tests/parser/buildfile
+++ b/tests/parser/buildfile
@@ -4,4 +4,4 @@
import libs = libstudxml%lib{studxml}
-exe{driver}: cxx{driver} $libs
+exe{driver}: {hxx cxx}{*} $libs
diff --git a/tests/roundtrip/buildfile b/tests/roundtrip/buildfile
index ab156e1..14fd49a 100644
--- a/tests/roundtrip/buildfile
+++ b/tests/roundtrip/buildfile
@@ -4,9 +4,9 @@
import libs = libstudxml%lib{studxml}
-exe{driver}: cxx{driver} $libs test{testscript}
+exe{driver}: {hxx cxx}{*} $libs test{testscript}
define xml: file
xml{*}: extension = xml
-./: exe{driver} xml{attribute characters followup-1 followup-2 namespace}
+./: exe{driver} xml{*}
diff --git a/tests/serializer/buildfile b/tests/serializer/buildfile
index c115c77..91c2f45 100644
--- a/tests/serializer/buildfile
+++ b/tests/serializer/buildfile
@@ -4,4 +4,4 @@
import libs = libstudxml%lib{studxml}
-exe{driver}: cxx{driver} $libs
+exe{driver}: {hxx cxx}{*} $libs