diff options
author | drh <drh@noemail.net> | 2007-08-27 23:48:23 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2007-08-27 23:48:23 +0000 |
commit | da57895fec0ee37620a3dd2abff2fa8b35fb9fa7 (patch) | |
tree | 7bdd52107649e8b503d94c43e80889dd3d32b764 /test/attachmalloc.test | |
parent | 4bfc8a97f9773f722179a58b9dd8101d450e1437 (diff) | |
download | sqlite-da57895fec0ee37620a3dd2abff2fa8b35fb9fa7.tar.gz sqlite-da57895fec0ee37620a3dd2abff2fa8b35fb9fa7.zip |
Disable tests that debug on SQLITE_MEMDEBUG when that macro is not defined. (CVS 4306)
FossilOrigin-Name: 741d6fb096dcb232871d3a8468c386022afcf554
Diffstat (limited to 'test/attachmalloc.test')
-rw-r--r-- | test/attachmalloc.test | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/test/attachmalloc.test b/test/attachmalloc.test index 785af235e..e9fbe0b8d 100644 --- a/test/attachmalloc.test +++ b/test/attachmalloc.test @@ -12,12 +12,17 @@ # focus of this script is testing the ATTACH statement and # specifically out-of-memory conditions within that command. # -# $Id: attachmalloc.test,v 1.4 2007/08/25 13:37:49 danielk1977 Exp $ +# $Id: attachmalloc.test,v 1.5 2007/08/27 23:48:24 drh Exp $ # set testdir [file dirname $argv0] source $testdir/tester.tcl +ifcapable !memdebug { + finish_test + return +} + source $testdir/malloc_common.tcl do_malloc_test attachmalloc-1 -tclprep { |