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

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

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

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

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