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

Further stat4 related tests.

FossilOrigin-Name: 0a702c4b4c35fdbcb62e3ab88b9e57d7ea0052a8
This commit is contained in:
dan
2013-09-02 18:58:11 +00:00
parent 84f48296fa
commit b49d1047c6
5 changed files with 245 additions and 16 deletions

View File

@ -311,6 +311,14 @@ test_suite "coverage-pager" -description {
walfault.test walbak.test journal2.test tkt-9d68c883.test
}
test_suite "coverage-analyze" -description {
Coverage tests for file analyze.c.
} -files {
analyze3.test analyze4.test analyze5.test analyze6.test
analyze7.test analyze8.test analyze9.test analyzeA.test
analyze.test mallocA.test
}
lappend ::testsuitelist xxx
#-------------------------------------------------------------------------