1
0
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:
dan
2021-03-10 17:43:18 +00:00
parent 099b385d17
commit ba34b79f15
3 changed files with 16 additions and 8 deletions

View File

@ -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