mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Do not run avfs.test when testing SQLITE_OMIT_VIRTUALTABLE builds.
FossilOrigin-Name: 2ab6957a2238a2ab713a50d21dbd9921c944e8141197275bbfe7dae303fee7d0
This commit is contained in:
@ -31,6 +31,14 @@
|
||||
set testdir [file dirname $argv0]
|
||||
source $testdir/tester.tcl
|
||||
set ::testprefix avfs
|
||||
|
||||
# Do not attempt this test if SQLITE_OMIT_VIRTUALTABLE is defined.
|
||||
#
|
||||
ifcapable !vtab {
|
||||
finish_test
|
||||
return
|
||||
}
|
||||
|
||||
set CLI [test_find_cli]
|
||||
db close
|
||||
# forcedelete test.db
|
||||
|
Reference in New Issue
Block a user