2001-09-16 00:13:26 +00:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
#
|
2010-06-07 17:47:26 +00:00
|
|
|
|
|
|
|
set testdir [file dirname $argv0]
|
2010-06-15 06:56:37 +00:00
|
|
|
source $testdir/permutations.test
|
2005-12-30 16:28:01 +00:00
|
|
|
|
2010-06-15 17:44:47 +00:00
|
|
|
run_test_suite quick
|
2006-11-09 00:24:53 +00:00
|
|
|
|
2010-06-07 17:47:26 +00:00
|
|
|
finish_test
|