aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-05-19 14:40:50 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-05-19 16:05:14 +0300
commitbc96171cb768a7d32720eb3c0b5363f2ae2c252c (patch)
tree50c638270d6cfaa6118d8784f4023858eea0bc2e /tests
parent9599058c35ea9ad7e5e75c867f34300d830c4c34 (diff)
Get rid of doc{version} and types for testscript and manifest in buildfiles
Diffstat (limited to 'tests')
-rw-r--r--tests/curl/buildfile2
-rw-r--r--tests/dir-iterator/buildfile2
-rw-r--r--tests/entry-time/buildfile2
-rw-r--r--tests/manifest-roundtrip/buildfile2
-rw-r--r--tests/mventry/buildfile2
-rw-r--r--tests/openssl/buildfile2
-rw-r--r--tests/path-entry/buildfile2
-rw-r--r--tests/process-run/buildfile2
-rw-r--r--tests/process/buildfile2
-rw-r--r--tests/regex/buildfile2
-rw-r--r--tests/sendmail/buildfile2
-rw-r--r--tests/standard-version/buildfile2
-rw-r--r--tests/string-parser/buildfile2
-rw-r--r--tests/tab-parser/buildfile2
-rw-r--r--tests/url/buildfile2
-rw-r--r--tests/wildcard/buildfile2
16 files changed, 16 insertions, 16 deletions
diff --git a/tests/curl/buildfile b/tests/curl/buildfile
index 9040203..bc03cdd 100644
--- a/tests/curl/buildfile
+++ b/tests/curl/buildfile
@@ -5,4 +5,4 @@
import libs = libbutl%lib{butl}
libs += $stdmod_lib
-exe{driver}: {hxx cxx}{*} $libs test{testscript}
+exe{driver}: {hxx cxx}{*} $libs testscript
diff --git a/tests/dir-iterator/buildfile b/tests/dir-iterator/buildfile
index 361100d..0a9dcf4 100644
--- a/tests/dir-iterator/buildfile
+++ b/tests/dir-iterator/buildfile
@@ -5,4 +5,4 @@
import libs = libbutl%lib{butl}
libs += $stdmod_lib
-exe{driver}: {hxx cxx}{*} $libs test{testscript}
+exe{driver}: {hxx cxx}{*} $libs testscript
diff --git a/tests/entry-time/buildfile b/tests/entry-time/buildfile
index 7219149..544c23e 100644
--- a/tests/entry-time/buildfile
+++ b/tests/entry-time/buildfile
@@ -5,4 +5,4 @@
import libs = libbutl%lib{butl}
libs += $stdmod_lib
-exe{driver}: {hxx cxx}{*} $libs test{testscript}
+exe{driver}: {hxx cxx}{*} $libs testscript
diff --git a/tests/manifest-roundtrip/buildfile b/tests/manifest-roundtrip/buildfile
index 7b55569..0f65c29 100644
--- a/tests/manifest-roundtrip/buildfile
+++ b/tests/manifest-roundtrip/buildfile
@@ -6,4 +6,4 @@ import libs = libbutl%lib{butl}
libs += $stdmod_lib
exe{driver}: {hxx cxx}{*} $libs
-exe{driver}: file{manifest}: test.roundtrip = true
+exe{driver}: manifest: test.roundtrip = true
diff --git a/tests/mventry/buildfile b/tests/mventry/buildfile
index 3e58110..93b2ffd 100644
--- a/tests/mventry/buildfile
+++ b/tests/mventry/buildfile
@@ -5,4 +5,4 @@
import libs = libbutl%lib{butl}
libs += $stdmod_lib
-exe{driver}: {hxx cxx}{*} $libs test{testscript}
+exe{driver}: {hxx cxx}{*} $libs testscript
diff --git a/tests/openssl/buildfile b/tests/openssl/buildfile
index f78d532..1d9882f 100644
--- a/tests/openssl/buildfile
+++ b/tests/openssl/buildfile
@@ -5,4 +5,4 @@
import libs = libbutl%lib{butl}
libs += $stdmod_lib
-exe{driver}: {hxx cxx}{*} $libs test{testscript}
+exe{driver}: {hxx cxx}{*} $libs testscript
diff --git a/tests/path-entry/buildfile b/tests/path-entry/buildfile
index 635246c..3339fa7 100644
--- a/tests/path-entry/buildfile
+++ b/tests/path-entry/buildfile
@@ -5,4 +5,4 @@
import libs = libbutl%lib{butl}
libs += $stdmod_lib
-exe{driver}: {hxx cxx}{*} $libs test{testscript}
+exe{driver}: {hxx cxx}{*} $libs testscript
diff --git a/tests/process-run/buildfile b/tests/process-run/buildfile
index 0802c8e..0546efb 100644
--- a/tests/process-run/buildfile
+++ b/tests/process-run/buildfile
@@ -5,4 +5,4 @@
import libs = libbutl%lib{butl}
libs += $stdmod_lib
-exe{driver}: {hxx cxx}{*} $libs test{testscript}
+exe{driver}: {hxx cxx}{*} $libs testscript
diff --git a/tests/process/buildfile b/tests/process/buildfile
index c0fc49d..1b797b8 100644
--- a/tests/process/buildfile
+++ b/tests/process/buildfile
@@ -5,4 +5,4 @@
import libs = libbutl%lib{butl}
libs += $stdmod_lib
-exe{driver}: {hxx cxx}{*} $libs test{testscript}
+exe{driver}: {hxx cxx}{*} $libs testscript
diff --git a/tests/regex/buildfile b/tests/regex/buildfile
index 07bcd6f..b31f9c2 100644
--- a/tests/regex/buildfile
+++ b/tests/regex/buildfile
@@ -5,4 +5,4 @@
import libs = libbutl%lib{butl}
libs += $stdmod_lib
-exe{driver}: {hxx cxx}{*} $libs test{testscript}
+exe{driver}: {hxx cxx}{*} $libs testscript
diff --git a/tests/sendmail/buildfile b/tests/sendmail/buildfile
index 773efe0..6bdfe19 100644
--- a/tests/sendmail/buildfile
+++ b/tests/sendmail/buildfile
@@ -5,4 +5,4 @@
import libs = libbutl%lib{butl}
libs += $stdmod_lib
-exe{driver}: {hxx cxx}{*} $libs test{testscript}
+exe{driver}: {hxx cxx}{*} $libs testscript
diff --git a/tests/standard-version/buildfile b/tests/standard-version/buildfile
index 57fd517..44bee4c 100644
--- a/tests/standard-version/buildfile
+++ b/tests/standard-version/buildfile
@@ -5,4 +5,4 @@
import libs = libbutl%lib{butl}
libs += $stdmod_lib
-exe{driver}: {hxx cxx}{*} $libs test{testscript}
+exe{driver}: {hxx cxx}{*} $libs testscript
diff --git a/tests/string-parser/buildfile b/tests/string-parser/buildfile
index b279250..9378520 100644
--- a/tests/string-parser/buildfile
+++ b/tests/string-parser/buildfile
@@ -5,4 +5,4 @@
import libs = libbutl%lib{butl}
libs += $stdmod_lib
-exe{driver}: {hxx cxx}{*} $libs test{testscript}
+exe{driver}: {hxx cxx}{*} $libs testscript
diff --git a/tests/tab-parser/buildfile b/tests/tab-parser/buildfile
index 57fd517..44bee4c 100644
--- a/tests/tab-parser/buildfile
+++ b/tests/tab-parser/buildfile
@@ -5,4 +5,4 @@
import libs = libbutl%lib{butl}
libs += $stdmod_lib
-exe{driver}: {hxx cxx}{*} $libs test{testscript}
+exe{driver}: {hxx cxx}{*} $libs testscript
diff --git a/tests/url/buildfile b/tests/url/buildfile
index ed8380c..895de8f 100644
--- a/tests/url/buildfile
+++ b/tests/url/buildfile
@@ -5,4 +5,4 @@
import libs = libbutl%lib{butl}
libs += $stdmod_lib
-exe{driver}: {hxx cxx}{*} $libs test{testscript}
+exe{driver}: {hxx cxx}{*} $libs testscript
diff --git a/tests/wildcard/buildfile b/tests/wildcard/buildfile
index 4ec6488..467e4d0 100644
--- a/tests/wildcard/buildfile
+++ b/tests/wildcard/buildfile
@@ -5,4 +5,4 @@
import libs = libbutl%lib{butl}
libs += $stdmod_lib
-exe{driver}: {hxx cxx}{*} $libs test{testscript}
+exe{driver}: {hxx cxx}{*} $libs testscript