1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-27 20:41:58 +03:00

Do not run merge1.test with SQLITE_OMIT_VIRTUALTABLE builds.

FossilOrigin-Name: bf8dbfd499e732f14c7a8efee527e8ce155937dbb2a3e85213f8aa64ac497189
This commit is contained in:
dan
2022-02-12 18:56:24 +00:00
parent 02ede43da2
commit dfcb11de18
3 changed files with 12 additions and 7 deletions

View File

@ -16,6 +16,11 @@ set testdir [file dirname $argv0]
source $testdir/tester.tcl
set testprefix merge1
ifcapable !vtab {
finish_test
return
}
load_static_extension db series