/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/test/modules/test_cloexec/Makefile
21 строка
472 B
Thomas Munro
Fix Mkvcbuild.pm builds of test_cloexec.c.
29 дек 2025, 05:47
29 дек 2025, 05:47
45d92b7
Код
Авторство
О чём код?
# src/test/modules/test_cloexec/Makefile PGFILEDESC = "test_cloexec - test O_CLOEXEC flag handling" PGAPPICON = win32 PROGRAM = test_cloexec OBJS = $(WIN32RES) test_cloexec.o NO_INSTALLCHECK = 1 TAP_TESTS = 1 ifdef USE_PGXS PG_CONFIG = pg_config PGXS := $(shell $(PG_CONFIG) --pgxs) include $(PGXS) else subdir = src/test/modules/test_cloexec top_builddir = ../../../.. include $(top_builddir)/src/Makefile.global include $(top_srcdir)/contrib/contrib-global.mk endif