/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/test/modules/test_slru/Makefile
32 строки
844 B
Michael Paquier
Simplify makefiles exporting twice enable_injection_points
04 сен 2024, 02:05
04 сен 2024, 02:05
516ff05
Код
Авторство
О чём код?
# src/test/modules/test_slru/Makefile MODULE_big = test_slru OBJS = \ $(WIN32RES) \ test_slru.o \ test_multixact.o PGFILEDESC = "test_slru - test module for SLRUs" EXTRA_INSTALL=src/test/modules/injection_points export enable_injection_points TAP_TESTS = 1 EXTENSION = test_slru DATA = test_slru--1.0.sql REGRESS_OPTS = --temp-config $(top_srcdir)/src/test/modules/test_slru/test_slru.conf REGRESS = test_slru # Disabled because these tests require "shared_preload_libraries=test_slru", # which typical installcheck users do not have (e.g. buildfarm clients). NO_INSTALLCHECK = 1 ifdef USE_PGXS PG_CONFIG = pg_config PGXS := $(shell $(PG_CONFIG) --pgxs) include $(PGXS) else subdir = src/test/modules/test_slru top_builddir = ../../../.. include $(top_builddir)/src/Makefile.global include $(top_srcdir)/contrib/contrib-global.mk endif