1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-02 17:26:44 +03:00

Changes so that test_async.c works with memory management turned on. (CVS 3093)

FossilOrigin-Name: f4150c29df2774b4422d4296d913cdbcee62c859
This commit is contained in:
danielk1977
2006-02-14 10:48:39 +00:00
parent 4eb9a9792a
commit 750b03e543
10 changed files with 128 additions and 69 deletions

View File

@ -6,7 +6,7 @@
#***********************************************************************
# This file runs all tests.
#
# $Id: quick.test,v 1.42 2006/01/20 10:55:05 danielk1977 Exp $
# $Id: quick.test,v 1.43 2006/02/14 10:48:40 danielk1977 Exp $
proc lshift {lvar} {
upvar $lvar l
@ -35,6 +35,7 @@ set ISQUICK 1
set EXCLUDE {
all.test
async.test
async2.test
btree2.test
btree3.test
btree4.test