2011-02-16 21:14:46 +00:00
|
|
|
# 2008 June 23
|
2008-07-30 13:15:43 +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 rtree related tests.
|
|
|
|
#
|
|
|
|
|
|
|
|
set testdir [file dirname $argv0]
|
2011-02-16 21:14:46 +00:00
|
|
|
source $testdir/permutations.test
|
2008-07-30 13:15:43 +00:00
|
|
|
|
2011-02-16 21:14:46 +00:00
|
|
|
ifcapable rtree {
|
|
|
|
run_test_suite rtree
|
2008-07-30 13:15:43 +00:00
|
|
|
}
|
|
|
|
|
2011-02-16 21:14:46 +00:00
|
|
|
finish_test
|