blob: 6977ea6ff110dfeffe98fbf8a97b99638d2e1428 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# file : pgsql/database/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}
exe{driver}: {hxx cxx}{*} $libs testscript
cxx.poptions =+ "-I$out_base" "-I$src_base"
|