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