summaryrefslogtreecommitdiff
path: root/tests/Makefile.W32
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile.W32')
-rw-r--r--tests/Makefile.W325
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/Makefile.W32 b/tests/Makefile.W32
index 4de73ed..d2f8ec7 100644
--- a/tests/Makefile.W32
+++ b/tests/Makefile.W32
@@ -22,7 +22,8 @@ TEST_CPP_BINS = \
test5.exe \
test6.exe \
test7.exe \
- test8.exe
+ test8.exe \
+ test9.exe
TEST_BINS = \
testc.exe
@@ -39,6 +40,7 @@ test5.exe: test5.obj
test6.exe: test6.obj
test7.exe: test7.obj
test8.exe: test8.obj
+test9.exe: test9.obj
local_all:
@@ -62,3 +64,4 @@ 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 mult-threaded enironment" "$(PLATFORM)" "$(LINUX_DIST)" "$(LINUX_REV)"