summaryrefslogtreecommitdiff
path: root/libpq/tests/conninfo/buildfile
blob: d9d4bab3b0b1225ba967163c2b358a7ddbd7eb42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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"