1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Add Microsoft nmake compatible makefile; update a few test cases for Windows.

FossilOrigin-Name: a7590af65f3881cf905b8cac2b87381e89a80271
This commit is contained in:
shaneh
2011-06-17 07:07:24 +00:00
parent d4d21fea8e
commit b2f20bfc53
5 changed files with 887 additions and 9 deletions

View File

@ -20,6 +20,11 @@ if {[permutation] == "inmemory_journal"} {
return
}
if {$::tcl_platform(platform)=="windows"} {
finish_test
return
}
set a_string_counter 1
proc a_string {n} {
global a_string_counter