blob: 304034eccca84e792fd3fcda5d57a79a69fd8249 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# file : mysql/database/buildfile
# license : GNU GPL v2; see accompanying LICENSE file
assert ($mysql && !$multi || $build.meta_operation == 'dist') \
"mysql should be configured via config.odb_tests.database variable as a single database"
import libs = libodb-mysql%lib{odb-mysql}
exe{driver}: {hxx cxx}{*} $libs testscript
cxx.poptions =+ "-I$out_base" "-I$src_base"
|