mirror of
https://github.com/glebarez/go-sqlite.git
synced 2025-10-07 08:40:55 +08:00
release v1.4.0-beta1
This commit is contained in:
18
testdata/tcl/rtree.test
vendored
Normal file
18
testdata/tcl/rtree.test
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
# 2008 June 23
|
||||
#
|
||||
# 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]
|
||||
source $testdir/permutations.test
|
||||
|
||||
ifcapable rtree {
|
||||
run_test_suite rtree
|
||||
}
|
||||
|
||||
finish_test
|
Reference in New Issue
Block a user