summaryrefslogtreecommitdiffstats
path: root/src/test/modules/test_misc/Makefile
blob: 39c6c2014a02a97b318debe5b1374322c5a560da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# src/test/modules/test_misc/Makefile

TAP_TESTS = 1

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