1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

Have wapptest.tcl avoid attempting to build fuzztest for SQLITE_OMIT_VIRTUALTABLE configurations.

FossilOrigin-Name: 53ee208d4ee8db1499a63b6652a8c5269e8fe85a75376adffdb912094ac1a681
This commit is contained in:
dan
2021-11-04 16:03:24 +00:00
parent a1d35da5f1
commit a4adaa37fd
3 changed files with 9 additions and 9 deletions

View File

@@ -595,7 +595,7 @@ proc main_tests {args} {
set config [string range $config 0 end-1]
} elseif {$bNodebug==0} {
set dtarget test
if {[lsearch $target tcltest]>=0} {
if {[lsearch $target fuzztest]<0 && [lsearch $target test]<0} {
set dtarget tcltest
}
if {$vars!=""} { set dtarget "$vars $dtarget" }