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

Add the veryquick.test script for a very fast overview test that omits

all i/o and malloc testing. (CVS 4944)

FossilOrigin-Name: f61df8daa89f07dad2a0ded00c326ef35dead257
This commit is contained in:
drh
2008-03-31 23:51:35 +00:00
parent e55cbd7228
commit 9e6675f73f
5 changed files with 155 additions and 10 deletions

View File

@ -10,7 +10,7 @@
#***********************************************************************
# This file runs all tests.
#
# $Id: all.test,v 1.53 2008/01/19 20:11:26 drh Exp $
# $Id: all.test,v 1.54 2008/03/31 23:51:35 drh Exp $
set testdir [file dirname $argv0]
source $testdir/tester.tcl
@ -59,6 +59,7 @@ lappend EXCLUDE crash.test ;# Run seperately later.
lappend EXCLUDE crash2.test ;# Run seperately later.
lappend EXCLUDE autovacuum_crash.test ;# Run seperately later.
lappend EXCLUDE quick.test ;# Alternate test driver script
lappend EXCLUDE veryquick.test ;# Alternate test driver script
lappend EXCLUDE malloc.test ;# Run seperately later.
lappend EXCLUDE misuse.test ;# Run seperately later.
lappend EXCLUDE memleak.test ;# Alternate test driver script