2010-08-26 18:15:37 +04:00
|
|
|
# 2008 June 23
|
2008-05-26 22:41:54 +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 rtree related tests.
|
|
|
|
#
|
|
|
|
|
2008-06-23 19:55:52 +04:00
|
|
|
set testdir [file dirname $argv0]
|
2010-08-26 18:15:37 +04:00
|
|
|
source $testdir/permutations.test
|
2008-06-23 19:55:52 +04:00
|
|
|
|
2010-08-26 18:15:37 +04:00
|
|
|
ifcapable rtree {
|
|
|
|
run_test_suite rtree
|
2008-05-26 22:41:54 +04:00
|
|
|
}
|
|
|
|
|
2010-08-26 18:15:37 +04:00
|
|
|
finish_test
|