diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-19 17:46:56 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-05-19 17:46:56 +0300 |
commit | 469879f6160bc80fdd7dbedb577c7741adf2be4b (patch) | |
tree | c301a4cfccb49256bc9a9f1e1971b280c2c5ba42 /tests/conninfo/buildfile | |
parent | 0a83358c046a2c83d07fc87ac23708a4f9032167 (diff) |
Get rid of doc{version} and types for testscript and manifest in buildfiles
Diffstat (limited to 'tests/conninfo/buildfile')
-rw-r--r-- | tests/conninfo/buildfile | 2 |
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" |