Enhance the command-line completion extension to return the names of
[sqlite.git] / test / rtree.test
blobb5045746cd8681de61cc4c9ad780db45e4999f7f
1 # 2008 June 23
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.
7 #***********************************************************************
8 # This file runs all rtree related tests.
11 set testdir [file dirname $argv0]
12 source $testdir/permutations.test
14 ifcapable rtree {
15   run_test_suite rtree
18 finish_test