mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-07-07 12:35:00 +00:00
7 lines
132 B
Text
7 lines
132 B
Text
|
|
set testdir [file dirname $argv0]
|
|
source $testdir/tester.tcl
|
|
|
|
do_execsql_test integrity-check {
|
|
PRAGMA integrity_check;
|
|
} {ok}
|