aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-05-19 17:46:56 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-05-19 17:46:56 +0300
commit469879f6160bc80fdd7dbedb577c7741adf2be4b (patch)
treec301a4cfccb49256bc9a9f1e1971b280c2c5ba42 /tests
parent0a83358c046a2c83d07fc87ac23708a4f9032167 (diff)
Get rid of doc{version} and types for testscript and manifest in buildfiles
Diffstat (limited to 'tests')
-rw-r--r--tests/conninfo/buildfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/conninfo/buildfile b/tests/conninfo/buildfile
index 3ba850b..0c0682b 100644
--- a/tests/conninfo/buildfile
+++ b/tests/conninfo/buildfile
@@ -7,7 +7,7 @@
#
import libs = libpq%lib{pq}
-exe{driver}: {h c}{* -uri-regress} $libs test{testscript} \
+exe{driver}: {h c}{* -uri-regress} $libs testscript \
file{uri-regress.c regress.in expected.out}
c.poptions =+ "-I$src_base"