1 # src/test/modules/injection_points/Makefile
3 MODULE_big
= injection_points
8 injection_stats_fixed.o
9 EXTENSION
= injection_points
10 DATA
= injection_points--1.0.sql
11 PGFILEDESC
= "injection_points - facility for injection points"
13 REGRESS
= injection_points reindex_conc
14 REGRESS_OPTS
= --dlpath
=$(top_builddir
)/src
/test/regress
16 ISOLATION
= basic inplace
20 # The injection points are cluster-wide, so disable installcheck
23 export enable_injection_points
27 PGXS
:= $(shell $(PG_CONFIG
) --pgxs
)
30 subdir
= src
/test/modules
/injection_points
31 top_builddir
= ..
/..
/..
/..
32 include $(top_builddir
)/src
/Makefile.global
34 # XXX: This test is conditional on enable_injection_points in the
35 # parent Makefile, so we should never get here in the first place if
36 # injection points are not enabled. But the buildfarm 'misc-check'
37 # step doesn't pay attention to the if-condition in the parent
38 # Makefile. To work around that, disable running the test here too.
39 ifeq ($(enable_injection_points
),yes
)
40 include $(top_srcdir
)/contrib
/contrib-global.mk
43 @echo
"injection points are disabled in this build"