1 # src/test/modules/test_slru/Makefile
8 PGFILEDESC
= "test_slru - test module for SLRUs"
10 EXTRA_INSTALL
=src
/test/modules
/injection_points
11 export enable_injection_points
15 DATA
= test_slru--1.0.sql
17 REGRESS_OPTS
= --temp-config
$(top_srcdir
)/src
/test/modules
/test_slru
/test_slru.conf
19 # Disabled because these tests require "shared_preload_libraries=test_slru",
20 # which typical installcheck users do not have (e.g. buildfarm clients).
25 PGXS
:= $(shell $(PG_CONFIG
) --pgxs
)
28 subdir
= src
/test/modules
/test_slru
29 top_builddir
= ..
/..
/..
/..
30 include $(top_builddir
)/src
/Makefile.global
31 include $(top_srcdir
)/contrib
/contrib-global.mk