1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-01 06:27:03 +03:00

Move all fts5 test files to new directory "ext/fts5/test".

FossilOrigin-Name: 7f148edb30103c5f4fee20cd08e38537f9615bf2
This commit is contained in:
dan
2014-12-29 15:59:36 +00:00
parent 5fa3acabf4
commit e716aca24b
20 changed files with 70 additions and 49 deletions

View File

@ -224,14 +224,7 @@ test_suite "fts3" -prefix "" -description {
test_suite "fts5" -prefix "" -description {
All FTS5 tests.
} -files {
fts5aa.test fts5ab.test fts5ac.test fts5ad.test fts5ae.test
fts5af.test fts5ag.test fts5ah.test fts5ai.test fts5aj.test
fts5ak.test fts5al.test
fts5ea.test
fts5fault1.test
}
} -files [glob -nocomplain $::testdir/../ext/fts5/test/*.test]
test_suite "nofaultsim" -prefix "" -description {
"Very" quick test suite. Runs in less than 5 minutes on a workstation.