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

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

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

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

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