0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2024-11-11 14:39:22 +00:00
libsql/libsql-sqlite3/ext/recover/recover_common.tcl
2023-10-16 13:58:16 +02:00

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
}