/
balmaster
/
postgres
Обзор
Документация
Войти
/
balmaster
/
postgres
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/test/modules/test_binaryheap/Makefile
24 строки
527 B
Nathan Bossart
Add a test harness for the binary heap code.
18 июл 2025, 00:32
18 июл 2025, 00:32
b597ae6
Код
Авторство
О чём код?
# src/test/modules/test_binaryheap/Makefile MODULE_big = test_binaryheap OBJS = \ $(WIN32RES) \ test_binaryheap.o PGFILEDESC = "test_binaryheap - test code for binaryheap" EXTENSION = test_binaryheap DATA = test_binaryheap--1.0.sql REGRESS = test_binaryheap ifdef USE_PGXS PG_CONFIG = pg_config PGXS := $(shell $(PG_CONFIG) --pgxs) include $(PGXS) else subdir = src/test/modules/test_binaryheap top_builddir = ../../../.. include $(top_builddir)/src/Makefile.global include $(top_srcdir)/contrib/contrib-global.mk endif