summaryrefslogtreecommitdiff
path: root/tests/conninfo/buildfile
blob: edafdd2d186d497776b729af1ba3fa3bb1a64f3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# file      : tests/conninfo/buildfile
# copyright : Copyright (c) 2016-2018 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"