summaryrefslogtreecommitdiffstats
path: root/src/test/modules/brin/Makefile
blob: e74af891ce7f6d1c6fd8594f143bc421e2655488 (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 contrib/pg_walinspect

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