summaryrefslogtreecommitdiffstats
path: root/src/test/modules/brin/Makefile
blob: c8715939060ec2d70e41988b2392f68f7d71df1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# src/test/modules/brin/Makefile

EXTRA_INSTALL = contrib/pageinspect

ISOLATION = summarization-and-inprogress-insertion
TAP_TESTS = 1

ifdef USE_PGXS
PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
include $(PGXS)
else
subdir = src/test/modules/brin
top_builddir = ../../../..
include $(top_builddir)/src/Makefile.global
include $(top_srcdir)/contrib/contrib-global.mk
endif