1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-01 06:27:03 +03:00

Disable the new analyzeG.test module if not building with STAT4.

FossilOrigin-Name: 4a9d3005769e0398183b03a3e132e3946b9d1c48073af2e0559d7beeac3245c0
This commit is contained in:
drh
2020-02-24 13:35:34 +00:00
parent 2ed1b0e753
commit 35d3cb80c4
3 changed files with 11 additions and 8 deletions

View File

@ -14,6 +14,10 @@
set testdir [file dirname $argv0]
source $testdir/tester.tcl
ifcapable !stat4 {
finish_test
return
}
set testprefix analyzeG
proc do_scan_order_test {tn sql expect} {
@ -82,4 +86,3 @@ do_scan_order_test 1.3.2 {
finish_test