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

if ($build.meta_operation != 'dist')
{
  assert ($pgsql) "pgsql should be configured for this test"
  assert (!$multi) "multi-database mode is not supported by this test"
}

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

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

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