sl@0
|
1 |
#
|
sl@0
|
2 |
# May you do good and not evil.
|
sl@0
|
3 |
# May you find forgiveness for yourself and forgive others.
|
sl@0
|
4 |
# May you share freely, never taking more than you give.
|
sl@0
|
5 |
#
|
sl@0
|
6 |
#***********************************************************************
|
sl@0
|
7 |
# This file runs all the tests run by quick.test except for those related
|
sl@0
|
8 |
# to malloc or IO error simulation. With these tests omitted, the overall
|
sl@0
|
9 |
# run time is reduced by about 75%.
|
sl@0
|
10 |
#
|
sl@0
|
11 |
# $Id: veryquick.test,v 1.9 2008/07/12 14:52:21 drh Exp $
|
sl@0
|
12 |
|
sl@0
|
13 |
set testdir [file dirname $argv0]
|
sl@0
|
14 |
set ISVERYQUICK 1
|
sl@0
|
15 |
source $testdir/quick.test
|