sqlite/test/quick.test
dan 0626dfc3dc Changes to the way tcl test scripts work. No changes to production code.
FossilOrigin-Name: 2c5e48a4855e2ec4572697c8fcfe4433e302ef33
2010-06-15 06:56:37 +00:00

21 lines
511 B
Plaintext

#
# May you do good and not evil.
# May you find forgiveness for yourself and forgive others.
# May you share freely, never taking more than you give.
#
#***********************************************************************
# This file runs all tests.
#
set testdir [file dirname $argv0]
source $testdir/permutations.test
if {[info exists env(QUICKTEST_INCLUDE]} {
# A hack so that releasetest.tcl keeps working.
run_test_suite quick_plus_notify2
} else {
run_test_suite quick
}
finish_test