aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-07-12 19:05:09 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-07-12 19:05:09 +0300
commit6deaa52d27ffd9e3ff2f78d7395526505c455416 (patch)
treece322a5de4a109e847157a3178a3896d98fc7090 /tests
parent85c73376331a4c0e17cbc1e0d8c42039635feb68 (diff)
Make use of wildcards in buildfiles
Diffstat (limited to 'tests')
-rw-r--r--tests/base64/buildfile2
-rw-r--r--tests/cpfile/buildfile2
-rw-r--r--tests/curl/buildfile2
-rw-r--r--tests/dir-iterator/buildfile2
-rw-r--r--tests/fdstream/buildfile2
-rw-r--r--tests/link/buildfile2
-rw-r--r--tests/manifest-parser/buildfile2
-rw-r--r--tests/manifest-roundtrip/buildfile2
-rw-r--r--tests/manifest-serializer/buildfile2
-rw-r--r--tests/mventry/buildfile2
-rw-r--r--tests/openssl/buildfile2
-rw-r--r--tests/pager/buildfile2
-rw-r--r--tests/path-entry/buildfile2
-rw-r--r--tests/path/buildfile2
-rw-r--r--tests/prefix-map/buildfile2
-rw-r--r--tests/process-run/buildfile2
-rw-r--r--tests/process/buildfile2
-rw-r--r--tests/sendmail/buildfile2
-rw-r--r--tests/sha256/buildfile2
-rw-r--r--tests/small-vector/buildfile2
-rw-r--r--tests/standard-version/buildfile2
-rw-r--r--tests/strcase/buildfile2
-rw-r--r--tests/string-parser/buildfile2
-rw-r--r--tests/tab-parser/buildfile2
-rw-r--r--tests/target-triplet/buildfile2
-rw-r--r--tests/timestamp/buildfile2
-rw-r--r--tests/wildcard/buildfile2
27 files changed, 27 insertions, 27 deletions
diff --git a/tests/base64/buildfile b/tests/base64/buildfile
index bfa9c0e..31ee330 100644
--- a/tests/base64/buildfile
+++ b/tests/base64/buildfile
@@ -2,6 +2,6 @@
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
-exe{driver}: cxx{driver} ../../libbutl/lib{butl}
+exe{driver}: cxx{*} ../../libbutl/lib{butl}
include ../../libbutl/
diff --git a/tests/cpfile/buildfile b/tests/cpfile/buildfile
index 30c237d..0237673 100644
--- a/tests/cpfile/buildfile
+++ b/tests/cpfile/buildfile
@@ -2,6 +2,6 @@
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
-exe{driver}: cxx{driver} ../../libbutl/lib{butl}
+exe{driver}: cxx{*} ../../libbutl/lib{butl}
include ../../libbutl/
diff --git a/tests/curl/buildfile b/tests/curl/buildfile
index 698ff81..3351e8d 100644
--- a/tests/curl/buildfile
+++ b/tests/curl/buildfile
@@ -2,6 +2,6 @@
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
-exe{driver}: cxx{driver} ../../libbutl/lib{butl} test{testscript}
+exe{driver}: cxx{*} ../../libbutl/lib{butl} test{testscript}
include ../../libbutl/
diff --git a/tests/dir-iterator/buildfile b/tests/dir-iterator/buildfile
index fcc1441..d6511b5 100644
--- a/tests/dir-iterator/buildfile
+++ b/tests/dir-iterator/buildfile
@@ -2,6 +2,6 @@
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
-exe{driver}: cxx{driver} ../../libbutl/lib{butl} test{testscript}
+exe{driver}: cxx{*} ../../libbutl/lib{butl} test{testscript}
include ../../libbutl/
diff --git a/tests/fdstream/buildfile b/tests/fdstream/buildfile
index de23023..3df2edd 100644
--- a/tests/fdstream/buildfile
+++ b/tests/fdstream/buildfile
@@ -2,6 +2,6 @@
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
-exe{driver}: cxx{driver} ../../libbutl/lib{butl}
+exe{driver}: cxx{*} ../../libbutl/lib{butl}
include ../../libbutl/
diff --git a/tests/link/buildfile b/tests/link/buildfile
index ad04cb0..e0dfda7 100644
--- a/tests/link/buildfile
+++ b/tests/link/buildfile
@@ -2,6 +2,6 @@
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
-exe{driver}: cxx{driver} ../../libbutl/lib{butl}
+exe{driver}: cxx{*} ../../libbutl/lib{butl}
include ../../libbutl/
diff --git a/tests/manifest-parser/buildfile b/tests/manifest-parser/buildfile
index 0599fc1..b296f76 100644
--- a/tests/manifest-parser/buildfile
+++ b/tests/manifest-parser/buildfile
@@ -2,6 +2,6 @@
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
-exe{driver}: cxx{driver} ../../libbutl/lib{butl}
+exe{driver}: cxx{*} ../../libbutl/lib{butl}
include ../../libbutl/
diff --git a/tests/manifest-roundtrip/buildfile b/tests/manifest-roundtrip/buildfile
index 71a3eb8..14a38c5 100644
--- a/tests/manifest-roundtrip/buildfile
+++ b/tests/manifest-roundtrip/buildfile
@@ -2,7 +2,7 @@
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
-exe{driver}: cxx{driver} ../../libbutl/lib{butl}
+exe{driver}: cxx{*} ../../libbutl/lib{butl}
exe{driver}: test.roundtrip = manifest
include ../../libbutl/
diff --git a/tests/manifest-serializer/buildfile b/tests/manifest-serializer/buildfile
index 19edcf8..b54363b 100644
--- a/tests/manifest-serializer/buildfile
+++ b/tests/manifest-serializer/buildfile
@@ -2,6 +2,6 @@
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
-exe{driver}: cxx{driver} ../../libbutl/lib{butl}
+exe{driver}: cxx{*} ../../libbutl/lib{butl}
include ../../libbutl/
diff --git a/tests/mventry/buildfile b/tests/mventry/buildfile
index dfb4e15..e7e5f87 100644
--- a/tests/mventry/buildfile
+++ b/tests/mventry/buildfile
@@ -2,6 +2,6 @@
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
-exe{driver}: cxx{driver} ../../libbutl/lib{butl} test{testscript}
+exe{driver}: cxx{*} ../../libbutl/lib{butl} test{testscript}
include ../../libbutl/
diff --git a/tests/openssl/buildfile b/tests/openssl/buildfile
index 3a3ab49..cf0eebb 100644
--- a/tests/openssl/buildfile
+++ b/tests/openssl/buildfile
@@ -2,6 +2,6 @@
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
-exe{driver}: cxx{driver} ../../libbutl/lib{butl} test{testscript}
+exe{driver}: cxx{*} ../../libbutl/lib{butl} test{testscript}
include ../../libbutl/
diff --git a/tests/pager/buildfile b/tests/pager/buildfile
index 7da0aa0..df232e3 100644
--- a/tests/pager/buildfile
+++ b/tests/pager/buildfile
@@ -2,6 +2,6 @@
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
-exe{driver}: cxx{driver} ../../libbutl/lib{butl}
+exe{driver}: cxx{*} ../../libbutl/lib{butl}
include ../../libbutl/
diff --git a/tests/path-entry/buildfile b/tests/path-entry/buildfile
index 2b5b0a1..e6605b6 100644
--- a/tests/path-entry/buildfile
+++ b/tests/path-entry/buildfile
@@ -2,6 +2,6 @@
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
-exe{driver}: cxx{driver} ../../libbutl/lib{butl} test{testscript}
+exe{driver}: cxx{*} ../../libbutl/lib{butl} test{testscript}
include ../../libbutl/
diff --git a/tests/path/buildfile b/tests/path/buildfile
index 4f41a75..01a0272 100644
--- a/tests/path/buildfile
+++ b/tests/path/buildfile
@@ -2,6 +2,6 @@
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
-exe{driver}: cxx{driver} ../../libbutl/lib{butl}
+exe{driver}: cxx{*} ../../libbutl/lib{butl}
include ../../libbutl/
diff --git a/tests/prefix-map/buildfile b/tests/prefix-map/buildfile
index 644b8eb..c015d4a 100644
--- a/tests/prefix-map/buildfile
+++ b/tests/prefix-map/buildfile
@@ -2,6 +2,6 @@
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
-exe{driver}: cxx{driver} ../../libbutl/lib{butl}
+exe{driver}: cxx{*} ../../libbutl/lib{butl}
include ../../libbutl/
diff --git a/tests/process-run/buildfile b/tests/process-run/buildfile
index ce642f3..42987a6 100644
--- a/tests/process-run/buildfile
+++ b/tests/process-run/buildfile
@@ -2,6 +2,6 @@
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
-exe{driver}: cxx{driver} ../../libbutl/lib{butl} test{testscript}
+exe{driver}: cxx{*} ../../libbutl/lib{butl} test{testscript}
include ../../libbutl/
diff --git a/tests/process/buildfile b/tests/process/buildfile
index 19f06a8..4157d96 100644
--- a/tests/process/buildfile
+++ b/tests/process/buildfile
@@ -2,6 +2,6 @@
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
-exe{driver}: cxx{driver} ../../libbutl/lib{butl} test{testscript}
+exe{driver}: cxx{*} ../../libbutl/lib{butl} test{testscript}
include ../../libbutl/
diff --git a/tests/sendmail/buildfile b/tests/sendmail/buildfile
index 6ac2558..53ca23a 100644
--- a/tests/sendmail/buildfile
+++ b/tests/sendmail/buildfile
@@ -2,6 +2,6 @@
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
-exe{driver}: cxx{driver} ../../libbutl/lib{butl} test{testscript}
+exe{driver}: cxx{*} ../../libbutl/lib{butl} test{testscript}
include ../../libbutl/
diff --git a/tests/sha256/buildfile b/tests/sha256/buildfile
index 0df7668..2ea2b20 100644
--- a/tests/sha256/buildfile
+++ b/tests/sha256/buildfile
@@ -2,6 +2,6 @@
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
-exe{driver}: cxx{driver} ../../libbutl/lib{butl}
+exe{driver}: cxx{*} ../../libbutl/lib{butl}
include ../../libbutl/
diff --git a/tests/small-vector/buildfile b/tests/small-vector/buildfile
index 52285d8..147dbc8 100644
--- a/tests/small-vector/buildfile
+++ b/tests/small-vector/buildfile
@@ -2,6 +2,6 @@
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
-exe{driver}: cxx{driver} ../../libbutl/lib{butl}
+exe{driver}: cxx{*} ../../libbutl/lib{butl}
include ../../libbutl/
diff --git a/tests/standard-version/buildfile b/tests/standard-version/buildfile
index a56ed4d..c0ce103 100644
--- a/tests/standard-version/buildfile
+++ b/tests/standard-version/buildfile
@@ -2,6 +2,6 @@
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
-exe{driver}: cxx{driver} ../../libbutl/lib{butl} test{testscript}
+exe{driver}: cxx{*} ../../libbutl/lib{butl} test{testscript}
include ../../libbutl/
diff --git a/tests/strcase/buildfile b/tests/strcase/buildfile
index a9614f4..5628c3d 100644
--- a/tests/strcase/buildfile
+++ b/tests/strcase/buildfile
@@ -2,6 +2,6 @@
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
-exe{driver}: cxx{driver} ../../libbutl/lib{butl}
+exe{driver}: cxx{*} ../../libbutl/lib{butl}
include ../../libbutl/
diff --git a/tests/string-parser/buildfile b/tests/string-parser/buildfile
index cc680cd..3c4d2e3 100644
--- a/tests/string-parser/buildfile
+++ b/tests/string-parser/buildfile
@@ -2,6 +2,6 @@
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
-exe{driver}: cxx{driver} ../../libbutl/lib{butl} test{testscript}
+exe{driver}: cxx{*} ../../libbutl/lib{butl} test{testscript}
include ../../libbutl/
diff --git a/tests/tab-parser/buildfile b/tests/tab-parser/buildfile
index a56ed4d..c0ce103 100644
--- a/tests/tab-parser/buildfile
+++ b/tests/tab-parser/buildfile
@@ -2,6 +2,6 @@
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
-exe{driver}: cxx{driver} ../../libbutl/lib{butl} test{testscript}
+exe{driver}: cxx{*} ../../libbutl/lib{butl} test{testscript}
include ../../libbutl/
diff --git a/tests/target-triplet/buildfile b/tests/target-triplet/buildfile
index 5796ca5..9466b09 100644
--- a/tests/target-triplet/buildfile
+++ b/tests/target-triplet/buildfile
@@ -2,6 +2,6 @@
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
-exe{driver}: cxx{driver} ../../libbutl/lib{butl}
+exe{driver}: cxx{*} ../../libbutl/lib{butl}
include ../../libbutl/
diff --git a/tests/timestamp/buildfile b/tests/timestamp/buildfile
index d6d6865..ea2eb38 100644
--- a/tests/timestamp/buildfile
+++ b/tests/timestamp/buildfile
@@ -2,6 +2,6 @@
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
-exe{driver}: cxx{driver} ../../libbutl/lib{butl}
+exe{driver}: cxx{*} ../../libbutl/lib{butl}
include ../../libbutl/
diff --git a/tests/wildcard/buildfile b/tests/wildcard/buildfile
index fcdd64b..adbdc94 100644
--- a/tests/wildcard/buildfile
+++ b/tests/wildcard/buildfile
@@ -2,6 +2,6 @@
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
-exe{driver}: cxx{driver} ../../libbutl/lib{butl} test{testscript}
+exe{driver}: cxx{*} ../../libbutl/lib{butl} test{testscript}
include ../../libbutl/