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

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

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

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

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