mirror of
https://github.com/sqlite/sqlite.git
synced 2025-04-21 19:26:38 +03:00
15 lines
218 B
Tcl
15 lines
218 B
Tcl
|
|
|
|
if {![info exists testdir]} {
|
|
set testdir [file join [file dirname [info script]] .. .. test]
|
|
}
|
|
source $testdir/tester.tcl
|
|
|
|
if {[info commands sqlite3_recover_init]==""} {
|
|
finish_test
|
|
return -code return
|
|
}
|
|
|
|
|
|
|