/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/test/modules/test_aio/Makefile
26 строк
491 B
Andres Freund
aio: Add test_aio module
01 апр 2025, 20:47
01 апр 2025, 20:47
93bc3d7
Код
Авторство
О чём код?
# src/test/modules/test_aio/Makefile PGFILEDESC = "test_aio - test code for AIO" MODULE_big = test_aio OBJS = \ $(WIN32RES) \ test_aio.o EXTENSION = test_aio DATA = test_aio--1.0.sql TAP_TESTS = 1 export enable_injection_points ifdef USE_PGXS PG_CONFIG = pg_config PGXS := $(shell $(PG_CONFIG) --pgxs) include $(PGXS) else subdir = src/test/modules/test_aio top_builddir = ../../../.. include $(top_builddir)/src/Makefile.global include $(top_srcdir)/contrib/contrib-global.mk endif