1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Update this branch with latest trunk changes.

FossilOrigin-Name: 69a312ad3fe5b39bc394b9ce958cb63d734518c7
This commit is contained in:
dan
2014-12-08 07:50:31 +00:00
38 changed files with 1221 additions and 331 deletions

View File

@ -113,6 +113,7 @@ set allquicktests [test_set $alltests -exclude {
vtab_err.test walslow.test walcrash.test walcrash3.test
walthread.test rtree3.test indexfault.test securedel2.test
sort3.test sort4.test fts4growth.test fts4growth2.test
bigsort.test
}]
if {[info exists ::env(QUICKTEST_INCLUDE)]} {
set allquicktests [concat $allquicktests $::env(QUICKTEST_INCLUDE)]