Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3e82f48

Browse files
author
Marina Polyakova
committed
Use PG_TEST_SKIP="...aqo..." to skip aqo tests if necessary
1 parent 88d6836 commit 3e82f48

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ OBJS = aqo.o auto_tuning.o cardinality_estimation.o cardinality_hooks.o \
88
hash.o machine_learning.o path_utils.o postprocessing.o preprocessing.o \
99
selectivity_cache.o storage.o utils.o ignorance.o $(WIN32RES)
1010

11+
# Use PG_TEST_SKIP="...aqo..." to skip aqo tests if necessary.
12+
ifneq (aqo,$(filter aqo,$(PG_TEST_SKIP)))
1113
TAP_TESTS = 1
1214

1315
REGRESS = aqo_disabled \
@@ -19,6 +21,7 @@ REGRESS = aqo_disabled \
1921
aqo_fdw \
2022
aqo_CVE-2020-14350 \
2123
gucs
24+
endif
2225

2326
fdw_srcdir = $(top_srcdir)/contrib/postgres_fdw
2427
PG_CPPFLAGS += -I$(libpq_srcdir) -I$(fdw_srcdir)

0 commit comments

Comments
 (0)