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

Add further tests to ota5.test. Add "ota.test", for running all ota tests.

FossilOrigin-Name: 95ffdaa542df1c28fac97422e5a4b2c5cb81d50a
This commit is contained in:
dan
2014-09-19 18:08:39 +00:00
parent d1193a9893
commit 93fdbfa64f
9 changed files with 136 additions and 18 deletions

View File

@ -923,6 +923,12 @@ test_suite "rtree" -description {
All R-tree related tests. Provides coverage of source file rtree.c.
} -files [glob -nocomplain $::testdir/../ext/rtree/*.test]
test_suite "ota" -description {
OTA tests.
} -files [
test_set [glob -nocomplain $::testdir/../ext/ota/*.test] -exclude ota.test
]
test_suite "no_optimization" -description {
Run test scripts with optimizations disabled using the
sqlite3_test_control(SQLITE_TESTCTRL_OPTIMIZATIONS) interface.