summaryrefslogtreecommitdiff
path: root/chromium/third_party/sqlite/src/ext/recover/recover_common.tcl
blob: fdf735ee7597f547799019fc5e1ee77860e685b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14


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
}