blob: f4122357b2711ca95621c79273866ab06587e235 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# file : common/transaction/basics/buildfile
# license : GNU GPL v2; see accompanying LICENSE file
import libs = libodb%lib{odb}
import libs += lib{common}
exe{driver}: {hxx cxx}{*} $libs testscript
cxx.poptions =+ "-I$out_base" "-I$src_base"
# Testscript's run-time prerequisites.
#
exe{driver}: ../../../alias{database-client}: include = adhoc
|