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

Initial work on porting the changes on this branch to Win32.

FossilOrigin-Name: 3738bfd0c0eadb10eea58954af5052cb6ce164059f3aacfe65d7da6a400c63c7
This commit is contained in:
mistachkin
2017-11-09 16:30:55 +00:00
parent 9214c1efe8
commit 4ff8431fd1
5 changed files with 179 additions and 56 deletions

View File

@ -17,13 +17,6 @@ source $testdir/tester.tcl
source $testdir/malloc_common.tcl
set ::testprefix walro2
# These tests are only going to work on unix.
#
if {$::tcl_platform(platform) != "unix"} {
finish_test
return
}
# And only if the build is WAL-capable.
#
ifcapable !wal {