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

Disable the malloc.test tests if not compiled with -DMEMORY_DEBUG (CVS 1239)

FossilOrigin-Name: 41b6ad78a6097f35bfac6ff40d2e5d6071a1c4cd
This commit is contained in:
drh
2004-02-14 01:39:50 +00:00
parent eceae45cb5
commit b5f70c2ef1
5 changed files with 20 additions and 20 deletions

View File

@ -14,14 +14,14 @@
# special feature is used to see what happens in the library if a malloc
# were to really fail due to an out-of-memory situation.
#
# $Id: malloc.test,v 1.5 2002/05/23 02:09:05 drh Exp $
# $Id: malloc.test,v 1.6 2004/02/14 01:39:50 drh Exp $
set testdir [file dirname $argv0]
source $testdir/tester.tcl
# Only run these tests if memory debugging is turned on.
#
if {[info command sqlite_malloc_fail]==""} {
if {[info command sqlite_malloc_stat]==""} {
puts "Skipping malloc tests: not compiled with -DMEMORY_DEBUG..."
finish_test
return