dan | 7cf7df7 | 2011-03-19 15:37:02 +0000 | [diff] [blame^] | 1 | # 2008 June 23 |
2 | # | ||||
3 | # May you do good and not evil. | ||||
4 | # May you find forgiveness for yourself and forgive others. | ||||
5 | # May you share freely, never taking more than you give. | ||||
6 | # | ||||
7 | #*********************************************************************** | ||||
8 | # This file runs all rtree related tests. | ||||
9 | # | ||||
10 | |||||
11 | set testdir [file dirname $argv0] | ||||
12 | source $testdir/permutations.test | ||||
13 | |||||
14 | ifcapable session { | ||||
15 | run_test_suite session | ||||
16 | } | ||||
17 | |||||
18 | finish_test |