mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-01 06:27:03 +03:00
Test script fixes to get things running under varying configurations.
No changes to code. (CVS 4378) FossilOrigin-Name: 340a6d09bcde11065c1887b84bb81805b523ffb6
This commit is contained in:
@ -12,11 +12,16 @@
|
||||
#
|
||||
# This file tests malloc failures in concert with fuzzy SQL generation.
|
||||
#
|
||||
# $Id: fuzz_malloc.test,v 1.8 2007/08/30 11:48:32 danielk1977 Exp $
|
||||
# $Id: fuzz_malloc.test,v 1.9 2007/09/03 15:42:48 drh Exp $
|
||||
|
||||
set testdir [file dirname $argv0]
|
||||
source $testdir/tester.tcl
|
||||
|
||||
ifcapable !memdebug {
|
||||
finish_test
|
||||
return
|
||||
}
|
||||
|
||||
source $testdir/malloc_common.tcl
|
||||
source $testdir/fuzz_common.tcl
|
||||
|
||||
|
Reference in New Issue
Block a user