1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-27 20:41:58 +03:00

Get the io.test tests working on windows. (CVS 4381)

FossilOrigin-Name: 1be70015e24f715a4276f253d2e0c0eec44650ee
This commit is contained in:
drh
2007-09-03 17:02:50 +00:00
parent dfdcf2c582
commit dec6fae9d9
6 changed files with 55 additions and 31 deletions

View File

@ -9,12 +9,19 @@
#
#***********************************************************************
#
# $Id: mallocD.test,v 1.2 2007/09/03 07:31:10 danielk1977 Exp $
# $Id: mallocD.test,v 1.3 2007/09/03 17:02:50 drh Exp $
set testdir [file dirname $argv0]
source $testdir/tester.tcl
if {![source $testdir/malloc_common.tcl]} return
# Only run these tests if memory debugging is turned on.
#
ifcapable !memdebug {
puts "Skipping mallocD tests: not compiled with -DSQLITE_MEMDEBUG..."
finish_test
return
}
source $testdir/malloc_common.tcl
sqlite3_simulate_device -char atomic
@ -52,4 +59,3 @@ do_malloc_test mallocD-4 -sqlprep $PREP -sqlbody {
sqlite3_simulate_device -char {}
finish_test