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/build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/windows/odb/build.bat') diff --git a/test/windows/odb/build.bat b/test/windows/odb/build.bat index 4169c36..ca97d9e 100755 --- a/test/windows/odb/build.bat +++ b/test/windows/odb/build.bat @@ -71,7 +71,7 @@ goto :eof :start -for %%d in (libodb libodb-tracer libodb-%1 libodb-boost libodb-qt) do ( +for %%d in (libodb libodb-%1 libodb-boost libodb-qt) do ( for %%c in (%confs%) do ( for %%p in (%plats%) do ( call :run_build %%d/%%d-vc%vcver%.sln %%c %%p -- cgit v1.1