summaryrefslogtreecommitdiff
path: root/test/windows/odb/mingw/build
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-04-04 17:56:16 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-04-04 17:56:16 +0200
commitb6fa40f4d953d7627510e3070bc1247fd7d9694a (patch)
tree184e8c67fc28fed169bc7511e6a9c10a16561735 /test/windows/odb/mingw/build
parent510def1daff70f0227487cbba86907b424cb69b0 (diff)
Enable Boost profile tests for SQLite
Diffstat (limited to 'test/windows/odb/mingw/build')
-rwxr-xr-xtest/windows/odb/mingw/build6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/windows/odb/mingw/build b/test/windows/odb/mingw/build
index b5c6ad0..256d06c 100755
--- a/test/windows/odb/mingw/build
+++ b/test/windows/odb/mingw/build
@@ -130,14 +130,13 @@ for d in $db; do
optvar=${d}_options
-# @@ --with-libodb-boost=../libodb-boost \
-
if [ $rebuild = y -o ! -f Makefile ]; then
../odb-tests/configure \
--with-database=$d \
--with-libodb=../libodb \
--with-libodb-$d=../libodb-$d \
--with-libodb-tracer=../libodb-tracer \
+--with-libodb-boost=../libodb-boost \
${!optvar} \
CPPFLAGS="$CPPFLAGS" LDFLAGS="$LDFLAGS" DIFFFLAGS=-ubB
fi
@@ -157,13 +156,12 @@ for d in $db; do
optvar=${d}_options
-# @@ --with-libodb-boost=../libodb-boost \
-
if [ $rebuild = y -o ! -f Makefile ]; then
../odb-examples/configure \
--with-database=$d \
--with-libodb=../libodb \
--with-libodb-$d=../libodb-$d \
+--with-libodb-boost=../libodb-boost \
${!optvar} \
CPPFLAGS="$CPPFLAGS" LDFLAGS="$LDFLAGS" DIFFFLAGS=-ubB
fi