From b6fa40f4d953d7627510e3070bc1247fd7d9694a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 4 Apr 2011 17:56:16 +0200 Subject: Enable Boost profile tests for SQLite --- test/windows/odb/mingw/build | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'test/windows/odb/mingw') 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 -- cgit v1.1