mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-07-07 12:35:00 +00:00
integrity test with tcl
This commit is contained in:
parent
3b0b3f1db9
commit
81d566cd1c
2 changed files with 8 additions and 0 deletions
|
@ -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}
|
Loading…
Add table
Add a link
Reference in a new issue