summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2010-09-15 11:32:28 +0200
committerAndreas Baumann <abaumann@yahoo.com>2010-09-15 11:32:28 +0200
commitc441e797bc791a5c4d0935129dee42f2801cb794 (patch)
tree00894a83f782516eab4f33da7ce58b0d1675a23e
parent69db103a38731e33db98f08622e7c91a8ce8df10 (diff)
downloadsqlitexx-c441e797bc791a5c4d0935129dee42f2801cb794.tar.gz
sqlitexx-c441e797bc791a5c4d0935129dee42f2801cb794.tar.bz2
disabled test9 on Windows (can't work because we stress the BUSY state too much,
we need a specialized test for windows stressing sqlite3 less)
-rw-r--r--makefiles/nmake/config.mk4
-rw-r--r--tests/Makefile.W321
2 files changed, 2 insertions, 3 deletions
diff --git a/makefiles/nmake/config.mk b/makefiles/nmake/config.mk
index 1d3b285..c1b048c 100644
--- a/makefiles/nmake/config.mk
+++ b/makefiles/nmake/config.mk
@@ -13,8 +13,8 @@
# newer versions of Visual Studio integrate the header files of the SDK
# some versions of Visual Studio miss the mc.exe binary
-PLATFORM_SDK_DIR = C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2
-#PLATFORM_SDK_DIR = C:\Programme\Microsoft Platform SDK for Windows Server 2003 R2
+#PLATFORM_SDK_DIR = C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2
+PLATFORM_SDK_DIR = C:\Programme\Microsoft Platform SDK for Windows Server 2003 R2
# version of sqlite3
####################
diff --git a/tests/Makefile.W32 b/tests/Makefile.W32
index fa8d8dd..5f60596 100644
--- a/tests/Makefile.W32
+++ b/tests/Makefile.W32
@@ -67,4 +67,3 @@ local_test: $(CPP_BINS) $(BINS)
@exec_test.cmd test4 "type conversion of bind parameters" "$(PLATFORM)" "$(LINUX_DIST)" "$(LINUX_REV)"
@exec_test.cmd test5 "PRAGMAs outside a transaction" "$(PLATFORM)" "$(LINUX_DIST)" "$(LINUX_REV)"
@exec_test.cmd test8 "ticket #14: to conversion fails with SQLITE_NULL" "$(PLATFORM)" "$(LINUX_DIST)" "$(LINUX_REV)"
- @exec_test.cmd test9 "ticket #5: support in multi-threaded enironment" "$(PLATFORM)" "$(LINUX_DIST)" "$(LINUX_REV)"