1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Enable threadsafe builds by default in configure. Ticket #2606.

Changes to test scripts to do better testing under all configurations. (CVS 4379)

FossilOrigin-Name: d66e08fd4f12407e565dc9fc53a5802216808378
This commit is contained in:
drh
2007-09-03 16:12:09 +00:00
parent 4753889c55
commit 5a3032b3e2
18 changed files with 88 additions and 68 deletions

View File

@ -11,7 +11,7 @@
# This file contains additional out-of-memory checks (see malloc.tcl)
# added to expose a bug in out-of-memory handling for sqlite3_value_text()
#
# $Id: malloc8.test,v 1.4 2007/08/22 22:04:37 drh Exp $
# $Id: malloc8.test,v 1.5 2007/09/03 16:12:10 drh Exp $
set testdir [file dirname $argv0]
source $testdir/tester.tcl
@ -19,7 +19,7 @@ source $testdir/tester.tcl
# Only run these tests if memory debugging is turned on.
#
ifcapable !memdebug {
puts "Skipping malloc tests: not compiled with -DSQLITE_MEMDEBUG..."
puts "Skipping malloc8 tests: not compiled with -DSQLITE_MEMDEBUG..."
finish_test
return
}