mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-30 19:03:16 +03:00
Add ext/misc/vfslog.c, a VFS shim for unix that keeps a log of method calls made by SQLite.
FossilOrigin-Name: 24a827b87666670c56d68a18685f4f712852fa92
This commit is contained in:
@ -289,6 +289,17 @@ test_suite "queryplanner" -prefix "" -description {
|
||||
where.test
|
||||
}
|
||||
|
||||
test_suite "vfslog" -prefix "" -description {
|
||||
"Vfslog" quick test suite. Like "veryquick" except does not omits
|
||||
a few tests that do not work with a version 1 VFS. And the quota* tests,
|
||||
which do not work with a VFS that uses the pVfs argument passed to
|
||||
sqlite3_vfs methods.
|
||||
} -files [
|
||||
test_set $allquicktests -exclude *malloc* *ioerr* *fault* oserror.test \
|
||||
pager1.test syscall.test sysfault.test tkt3457.test quota* superlock* \
|
||||
wal* mmap*
|
||||
]
|
||||
|
||||
lappend ::testsuitelist xxx
|
||||
#-------------------------------------------------------------------------
|
||||
# Define the coverage related test suites:
|
||||
|
Reference in New Issue
Block a user