mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-11 19:24:21 +01:00
integrity test with tcl
This commit is contained in:
@@ -36,3 +36,4 @@ source $testdir/null.test
|
||||
source $testdir/create_table.test
|
||||
source $testdir/collate.test
|
||||
source $testdir/values.test
|
||||
source $testdir/integrity_check.test
|
||||
|
||||
7
testing/integrity_check.test
Normal file
7
testing/integrity_check.test
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
set testdir [file dirname $argv0]
|
||||
source $testdir/tester.tcl
|
||||
|
||||
do_execsql_test integrity-check {
|
||||
PRAGMA integrity_check;
|
||||
} {ok}
|
||||
Reference in New Issue
Block a user