/
balmaster
/
postgres
Обзор
Документация
Войти
/
balmaster
/
postgres
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/test/modules/test_int128/Makefile
23 строки
516 B
Dean Rasheed
Convert src/tools/testint128.c into a test module.
06 авг 2025, 11:41
06 авг 2025, 11:41
8c7445a
Код
Авторство
О чём код?
# src/test/modules/test_int128/Makefile PGFILEDESC = "test_int128 - test 128-bit integer arithmetic" PROGRAM = test_int128 OBJS = $(WIN32RES) test_int128.o PG_CPPFLAGS = -I$(libpq_srcdir) PG_LIBS_INTERNAL += $(libpq_pgport) NO_INSTALL = 1 TAP_TESTS = 1 ifdef USE_PGXS PG_CONFIG = pg_config PGXS := $(shell $(PG_CONFIG) --pgxs) include $(PGXS) else subdir = src/test/modules/test_int128 top_builddir = ../../../.. include $(top_builddir)/src/Makefile.global include $(top_srcdir)/contrib/contrib-global.mk endif