summaryrefslogtreecommitdiff
path: root/tests/conninfo/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/conninfo/buildfile')
-rw-r--r--tests/conninfo/buildfile13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/conninfo/buildfile b/tests/conninfo/buildfile
deleted file mode 100644
index 1a600e9..0000000
--- a/tests/conninfo/buildfile
+++ /dev/null
@@ -1,13 +0,0 @@
-# file : tests/conninfo/buildfile
-# copyright : Copyright (c) 2016-2019 Code Synthesis Ltd
-# license : PostgreSQL License; see accompanying COPYRIGHT file
-
-# Here we reproduce the original libpq test. See the src/interfaces/libpq/test
-# directory of the original package for details.
-#
-import libs = libpq%lib{pq}
-
-exe{driver}: {h c}{* -uri-regress} $libs testscript \
- file{uri-regress.c regress.in expected.out}
-
-c.poptions =+ "-I$src_base"