/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/test/modules/test_saslprep/Makefile
25 строк
529 B
Michael Paquier
test_saslprep: Test module for SASLprep()
19 мар 2026, 07:03
19 мар 2026, 07:03
aa73838
Код
Авторство
О чём код?
# src/test/modules/test_saslprep/Makefile MODULE_big = test_saslprep OBJS = \ $(WIN32RES) \ test_saslprep.o PGFILEDESC = "test_saslprep - test SASLprep implementation" EXTENSION = test_saslprep DATA = test_saslprep--1.0.sql REGRESS = test_saslprep TAP_TESTS = 1 ifdef USE_PGXS PG_CONFIG = pg_config PGXS := $(shell $(PG_CONFIG) --pgxs) include $(PGXS) else subdir = src/test/modules/test_saslprep top_builddir = ../../../.. include $(top_builddir)/src/Makefile.global include $(top_srcdir)/contrib/contrib-global.mk endif