- add sources.
[platform/framework/web/crosswalk.git] / src / third_party / sqlite / src / test / rtree.test
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 rtree {
15   run_test_suite rtree
16 }
17
18 finish_test