drh | b19a2bc | 2001-09-16 00:13:26 +0000 | [diff] [blame] | 1 | # |
| 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 | # |
dan | 430e74c | 2010-06-07 17:47:26 +0000 | [diff] [blame] | 9 | |
| 10 | set testdir [file dirname $argv0] |
dan | 0626dfc | 2010-06-15 06:56:37 +0000 | [diff] [blame] | 11 | source $testdir/permutations.test |
danielk1977 | aef0bf6 | 2005-12-30 16:28:01 +0000 | [diff] [blame] | 12 | |
dan | e91a54e | 2010-06-15 17:44:47 +0000 | [diff] [blame] | 13 | run_test_suite quick |
drh | b19a2bc | 2001-09-16 00:13:26 +0000 | [diff] [blame] | 14 | |
dan | 430e74c | 2010-06-07 17:47:26 +0000 | [diff] [blame] | 15 | finish_test |