summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-05-19 14:27:38 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-05-19 16:03:31 +0300
commite6a79e537c9c51bbd835c9d1331871fac26a0fbf (patch)
treece1f5de10324206874aaf4a5fb2e342972416f95 /tests
parent6df8d61f7a6fa66299f3fd687dcd174af41262be (diff)
downloadbuild2-e6a79e537c9c51bbd835c9d1331871fac26a0fbf.tar.gz
build2-e6a79e537c9c51bbd835c9d1331871fac26a0fbf.tar.xz
build2-e6a79e537c9c51bbd835c9d1331871fac26a0fbf.zip
Get rid of doc{version} and types for testscript and manifest in buildfiles
Diffstat (limited to 'tests')
-rw-r--r--tests/cc/libu/buildfile2
-rw-r--r--tests/cc/modules/buildfile2
-rw-r--r--tests/cc/preprocessed/buildfile2
-rw-r--r--tests/function/builtin/buildfile2
-rw-r--r--tests/function/filesystem/buildfile2
-rw-r--r--tests/function/install/buildfile2
-rw-r--r--tests/function/path/buildfile2
-rw-r--r--tests/function/regex/buildfile2
-rw-r--r--tests/search/dir/buildfile2
-rw-r--r--tests/test/config-test/buildfile2
-rw-r--r--tests/test/script/generated/buildfile2
-rw-r--r--tests/test/script/integration/buildfile2
-rw-r--r--tests/test/simple/generated/buildfile2
-rw-r--r--tests/variable/override/buildfile2
-rw-r--r--tests/variable/prerequisite-specific/buildfile2
-rw-r--r--tests/variable/scope-specific/buildfile2
-rw-r--r--tests/variable/target-specific/buildfile2
17 files changed, 17 insertions, 17 deletions
diff --git a/tests/cc/libu/buildfile b/tests/cc/libu/buildfile
index 104a6454..e7efc2ae 100644
--- a/tests/cc/libu/buildfile
+++ b/tests/cc/libu/buildfile
@@ -5,4 +5,4 @@
# Test utility library support.
#
-./: test{testscript} $b
+./: testscript $b
diff --git a/tests/cc/modules/buildfile b/tests/cc/modules/buildfile
index 58caf925..b83d549e 100644
--- a/tests/cc/modules/buildfile
+++ b/tests/cc/modules/buildfile
@@ -5,4 +5,4 @@
# Test C++ modules support.
#
-./: test{testscript} $b
+./: testscript $b
diff --git a/tests/cc/preprocessed/buildfile b/tests/cc/preprocessed/buildfile
index ac6bcdf0..bb5d6abb 100644
--- a/tests/cc/preprocessed/buildfile
+++ b/tests/cc/preprocessed/buildfile
@@ -5,4 +5,4 @@
# Test {c, cxx}.preprocessed logic.
#
-./: test{testscript} $b
+./: testscript $b
diff --git a/tests/function/builtin/buildfile b/tests/function/builtin/buildfile
index 0c38e38d..903860b8 100644
--- a/tests/function/builtin/buildfile
+++ b/tests/function/builtin/buildfile
@@ -2,4 +2,4 @@
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
-./: test{testscript} $b
+./: testscript $b
diff --git a/tests/function/filesystem/buildfile b/tests/function/filesystem/buildfile
index ade9a68e..b41344f0 100644
--- a/tests/function/filesystem/buildfile
+++ b/tests/function/filesystem/buildfile
@@ -2,4 +2,4 @@
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
-./: test{testscript} $b
+./: testscript $b
diff --git a/tests/function/install/buildfile b/tests/function/install/buildfile
index 356ca77d..afc729f5 100644
--- a/tests/function/install/buildfile
+++ b/tests/function/install/buildfile
@@ -2,4 +2,4 @@
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
-./: test{testscript} $b
+./: testscript $b
diff --git a/tests/function/path/buildfile b/tests/function/path/buildfile
index 5c2ede25..b6fb6b2b 100644
--- a/tests/function/path/buildfile
+++ b/tests/function/path/buildfile
@@ -2,4 +2,4 @@
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
-./: test{testscript} $b
+./: testscript $b
diff --git a/tests/function/regex/buildfile b/tests/function/regex/buildfile
index fbac2234..b63f64aa 100644
--- a/tests/function/regex/buildfile
+++ b/tests/function/regex/buildfile
@@ -2,4 +2,4 @@
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
-./: test{testscript} $b
+./: testscript $b
diff --git a/tests/search/dir/buildfile b/tests/search/dir/buildfile
index 03afc857..07c2f3e2 100644
--- a/tests/search/dir/buildfile
+++ b/tests/search/dir/buildfile
@@ -5,4 +5,4 @@
# Test loading of dir{} buildfiles during target search.
#
-./: test{testscript} $b
+./: testscript $b
diff --git a/tests/test/config-test/buildfile b/tests/test/config-test/buildfile
index d86914f1..909f8f28 100644
--- a/tests/test/config-test/buildfile
+++ b/tests/test/config-test/buildfile
@@ -5,6 +5,6 @@
# Test config.test.
#
-./: test{testscript} exe{driver} $b
+./: testscript exe{driver} $b
exe{driver}: {hxx cxx}{*}
diff --git a/tests/test/script/generated/buildfile b/tests/test/script/generated/buildfile
index 524be444..6922afc6 100644
--- a/tests/test/script/generated/buildfile
+++ b/tests/test/script/generated/buildfile
@@ -5,4 +5,4 @@
# Test generated testscripts.
#
-./: test{testscript} $b file{*.in}
+./: testscript $b file{*.in}
diff --git a/tests/test/script/integration/buildfile b/tests/test/script/integration/buildfile
index 1cc1e30d..f3cfb65d 100644
--- a/tests/test/script/integration/buildfile
+++ b/tests/test/script/integration/buildfile
@@ -5,4 +5,4 @@
# Test integration of testscript into build system.
#
-./: test{testscript} $b
+./: testscript $b
diff --git a/tests/test/simple/generated/buildfile b/tests/test/simple/generated/buildfile
index 2d795a87..1ff83966 100644
--- a/tests/test/simple/generated/buildfile
+++ b/tests/test/simple/generated/buildfile
@@ -5,6 +5,6 @@
# Test generated test inputs/outputs.
#
-./: test{testscript} exe{driver} $b file{*.in}
+./: testscript exe{driver} $b file{*.in}
exe{driver}: cxx{driver}
diff --git a/tests/variable/override/buildfile b/tests/variable/override/buildfile
index 5831ecdd..6cd339f6 100644
--- a/tests/variable/override/buildfile
+++ b/tests/variable/override/buildfile
@@ -2,4 +2,4 @@
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
-./: test{testscript} $b
+./: testscript $b
diff --git a/tests/variable/prerequisite-specific/buildfile b/tests/variable/prerequisite-specific/buildfile
index e16519ca..dc017c10 100644
--- a/tests/variable/prerequisite-specific/buildfile
+++ b/tests/variable/prerequisite-specific/buildfile
@@ -2,4 +2,4 @@
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
-./: test{testscript} $b
+./: testscript $b
diff --git a/tests/variable/scope-specific/buildfile b/tests/variable/scope-specific/buildfile
index 2f3de772..81a8158e 100644
--- a/tests/variable/scope-specific/buildfile
+++ b/tests/variable/scope-specific/buildfile
@@ -2,4 +2,4 @@
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
-./: test{testscript} $b
+./: testscript $b
diff --git a/tests/variable/target-specific/buildfile b/tests/variable/target-specific/buildfile
index 5a8178b5..5ae03b01 100644
--- a/tests/variable/target-specific/buildfile
+++ b/tests/variable/target-specific/buildfile
@@ -2,4 +2,4 @@
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
-./: test{testscript} $b
+./: testscript $b