1 # src/test/modules/test_slru/Makefile
7 PGFILEDESC
= "test_slru - test module for SLRUs"
10 DATA
= test_slru--1.0.sql
12 REGRESS_OPTS
= --temp-config
$(top_srcdir
)/src
/test/modules
/test_slru
/test_slru.conf
14 # Disabled because these tests require "shared_preload_libraries=test_slru",
15 # which typical installcheck users do not have (e.g. buildfarm clients).
20 PGXS
:= $(shell $(PG_CONFIG
) --pgxs
)
23 subdir
= src
/test/modules
/test_slru
24 top_builddir
= ..
/..
/..
/..
25 include $(top_builddir
)/src
/Makefile.global
26 include $(top_srcdir
)/contrib
/contrib-global.mk