From 335f1c54e598af6088ac6f0c7b98793ea2854ae2 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 8 Nov 2011 12:36:25 +0200 Subject: Get rid of special tracer database The include, types, and pragma tests have been moved to the common/ directory while the object test has been merged into common/lifecycle. The transaction test will be re-implemented as common/ test as soon as SQL statement tracing support is merged. --- test/windows/odb/mingw/build | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'test/windows/odb/mingw/build') diff --git a/test/windows/odb/mingw/build b/test/windows/odb/mingw/build index bf65db2..35748c9 100755 --- a/test/windows/odb/mingw/build +++ b/test/windows/odb/mingw/build @@ -72,7 +72,6 @@ if [ $rebuild = y ]; then clean libodb-pgsql clean libodb-sqlite clean libodb-mysql - clean libodb-tracer clean libodb-boost clean libodb-qt @@ -106,17 +105,6 @@ for d in $db; do cd .. done -# Build libodb-tracer -# -cd libodb-tracer - -if [ $rebuild = y -o ! -f Makefile ]; then - ./configure --with-libodb=../libodb CPPFLAGS="$CPPFLAGS" LDFLAGS="$LDFLAGS" -fi - -make -cd .. - # Build libodb-boost # cd libodb-boost @@ -152,7 +140,6 @@ for d in $db; do --with-database=$d \ --with-libodb=../libodb \ --with-libodb-$d=../libodb-$d \ ---with-libodb-tracer=../libodb-tracer \ --with-libodb-boost=../libodb-boost \ --with-libodb-qt=../libodb-qt \ ${!optvar} \ -- cgit v1.1