From f1f39911e0d2d88c98eae96a3eb14a53c664206f Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 30 Nov 2019 22:37:25 +0300 Subject: Upgrade to 12.1 --- libpq/tests/conninfo/buildfile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 libpq/tests/conninfo/buildfile (limited to 'libpq/tests/conninfo/buildfile') diff --git a/libpq/tests/conninfo/buildfile b/libpq/tests/conninfo/buildfile new file mode 100644 index 0000000..d9d4bab --- /dev/null +++ b/libpq/tests/conninfo/buildfile @@ -0,0 +1,13 @@ +# file : tests/conninfo/buildfile +# copyright : Copyright (c) 2016-2019 Code Synthesis Ltd +# license : PostgreSQL License; see accompanying COPYRIGHT file + +# Here we reproduce the upstream's libpq test. See the +# src/interfaces/libpq/test/ in the upstream 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" -- cgit v1.1