summaryrefslogtreecommitdiff
path: root/odb-tests/pgsql/native/buildfile
blob: ec4c80c7f46076293e75179ff565e416ae37ca0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# file      : pgsql/native/buildfile
# license   : GNU GPL v2; see accompanying LICENSE file

assert ($pgsql && !$multi || $build.meta_operation == 'dist') \
"pgsql should be configured via config.odb_tests.database variable as a single database"

import libs  = libodb-pgsql%lib{odb-pgsql}
import libs += lib{common}

exe{driver}: {hxx cxx}{*} $libs testscript

cxx.poptions =+ "-I$out_base" "-I$src_base"

# Testscript's run-time prerequisites.
#
exe{driver}: ../../alias{pgsql-client}: include = adhoc