1
2
3if {![info exists testdir]} {
4  set testdir [file join [file dirname [info script]] .. .. test]
5}
6source $testdir/tester.tcl
7
8if {[info commands sqlite3_recover_init]==""} {
9  finish_test
10  return -code return
11}
12
13
14
15