diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/curl/buildfile | 2 | ||||
-rw-r--r-- | tests/dir-iterator/buildfile | 2 | ||||
-rw-r--r-- | tests/entry-time/buildfile | 2 | ||||
-rw-r--r-- | tests/manifest-roundtrip/buildfile | 2 | ||||
-rw-r--r-- | tests/mventry/buildfile | 2 | ||||
-rw-r--r-- | tests/openssl/buildfile | 2 | ||||
-rw-r--r-- | tests/path-entry/buildfile | 2 | ||||
-rw-r--r-- | tests/process-run/buildfile | 2 | ||||
-rw-r--r-- | tests/process/buildfile | 2 | ||||
-rw-r--r-- | tests/regex/buildfile | 2 | ||||
-rw-r--r-- | tests/sendmail/buildfile | 2 | ||||
-rw-r--r-- | tests/standard-version/buildfile | 2 | ||||
-rw-r--r-- | tests/string-parser/buildfile | 2 | ||||
-rw-r--r-- | tests/tab-parser/buildfile | 2 | ||||
-rw-r--r-- | tests/url/buildfile | 2 | ||||
-rw-r--r-- | tests/wildcard/buildfile | 2 |
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 |