mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-12-23 08:21:09 +00:00
e.g. `make test-single TEST=subquery.test` Plus: chmod +x to all tcl tests in testing folder
7 lines
132 B
Text
Executable file
7 lines
132 B
Text
Executable file
|
|
set testdir [file dirname $argv0]
|
|
source $testdir/tester.tcl
|
|
|
|
do_execsql_test integrity-check {
|
|
PRAGMA integrity_check;
|
|
} {ok}
|