File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / sqlite3 / test / rtree.test
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 17:04:16 2012 UTC (12 years, 4 months ago) by misho
Branches: sqlite3, MAIN
CVS tags: v3_7_10, HEAD
sqlite3

    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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>