mirror of
https://github.com/sqlite/sqlite.git
synced 2026-01-06 08:01:16 +03:00
Merge all the latest enhancements from trunk. This merge include FTS5
and a number of notable performance enhancements. FossilOrigin-Name: 39936b33b0668aad81aa574d4d74c92b0ddd218a
This commit is contained in:
@@ -253,6 +253,18 @@ test_suite "fts3" -prefix "" -description {
|
||||
fts4growth.test fts4growth2.test
|
||||
}
|
||||
|
||||
test_suite "fts5" -prefix "" -description {
|
||||
All FTS5 tests.
|
||||
} -files [glob -nocomplain $::testdir/../ext/fts5/test/*.test]
|
||||
|
||||
test_suite "fts5-light" -prefix "" -description {
|
||||
All FTS5 tests.
|
||||
} -files [
|
||||
test_set \
|
||||
[glob -nocomplain $::testdir/../ext/fts5/test/*.test] \
|
||||
-exclude *corrupt* *fault* *big* *fts5aj*
|
||||
]
|
||||
|
||||
test_suite "nofaultsim" -prefix "" -description {
|
||||
"Very" quick test suite. Runs in less than 5 minutes on a workstation.
|
||||
This test suite is the same as the "quick" tests, except that some files
|
||||
|
||||
Reference in New Issue
Block a user