Skip to content

Commit

Permalink
Use PG_TEST_SKIP="...aqo..." to skip aqo tests if necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
Marina Polyakova committed Mar 21, 2024
1 parent 88d6836 commit 3e82f48
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ OBJS = aqo.o auto_tuning.o cardinality_estimation.o cardinality_hooks.o \
hash.o machine_learning.o path_utils.o postprocessing.o preprocessing.o \
selectivity_cache.o storage.o utils.o ignorance.o $(WIN32RES)

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

REGRESS = aqo_disabled \
Expand All @@ -19,6 +21,7 @@ REGRESS = aqo_disabled \
aqo_fdw \
aqo_CVE-2020-14350 \
gucs
endif

fdw_srcdir = $(top_srcdir)/contrib/postgres_fdw
PG_CPPFLAGS += -I$(libpq_srcdir) -I$(fdw_srcdir)
Expand Down

0 comments on commit 3e82f48

Please sign in to comment.