blob: af9ee0cfb2633ae5febb8f27bde37d8eb85b1f9a [file] [log] [blame]
drhb19a2bc2001-09-16 00:13:26 +00001#
2# May you do good and not evil.
3# May you find forgiveness for yourself and forgive others.
4# May you share freely, never taking more than you give.
5#
6#***********************************************************************
7# This file runs all tests.
8#
dan430e74c2010-06-07 17:47:26 +00009
10set testdir [file dirname $argv0]
dan0626dfc2010-06-15 06:56:37 +000011source $testdir/permutations.test
danielk1977aef0bf62005-12-30 16:28:01 +000012
dan0626dfc2010-06-15 06:56:37 +000013if {[info exists env(QUICKTEST_INCLUDE]} {
14 # A hack so that releasetest.tcl keeps working.
15 run_test_suite quick_plus_notify2
16} else {
17 run_test_suite quick
danielk1977aef0bf62005-12-30 16:28:01 +000018}
drhb19a2bc2001-09-16 00:13:26 +000019
dan430e74c2010-06-07 17:47:26 +000020finish_test