0626dfc3dc
FossilOrigin-Name: 2c5e48a4855e2ec4572697c8fcfe4433e302ef33
21 lines
511 B
Plaintext
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
|