/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/interfaces/ecpg/test/connect/Makefile
13 строк
326 B
Andrew Dunstan
Add missing connection validation in ECPG
01 май 2026, 22:12
01 май 2026, 22:12
c34a280
Код
Авторство
О чём код?
subdir = src/interfaces/ecpg/test/connect top_builddir = ../../../../.. include $(top_builddir)/src/Makefile.global include $(top_srcdir)/$(subdir)/../Makefile.regress TESTS = test1 test1.c \ test2 test2.c \ test3 test3.c \ test4 test4.c \ test5 test5.c \ test6 test6.c all: $(TESTS)