summaryrefslogtreecommitdiff
path: root/test/windows/odb/mingw/build
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-11-08 12:36:25 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-11-08 12:36:25 +0200
commit335f1c54e598af6088ac6f0c7b98793ea2854ae2 (patch)
tree638bb61b6984fed1b4f6dc4a3bc38e8c8947ba53 /test/windows/odb/mingw/build
parenta16ed5025738d2c518e3a637b407add6a76e9033 (diff)
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.
Diffstat (limited to 'test/windows/odb/mingw/build')
-rwxr-xr-xtest/windows/odb/mingw/build13
1 files changed, 0 insertions, 13 deletions
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} \