/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/interfaces/ecpg/test/compat_informix/Makefile
25 строк
730 B
Michael Paquier
ecpg: Fix zero-termination of string generated by intoasc()
19 фев 2024, 05:38
19 фев 2024, 05:38
e77a1c5
Код
Авторство
О чём код?
subdir = src/interfaces/ecpg/test/compat_informix top_builddir = ../../../../.. include $(top_builddir)/src/Makefile.global include $(top_srcdir)/$(subdir)/../Makefile.regress # Use special informix compatibility switch for all tests in this directory ECPG += -C INFORMIX LDFLAGS_INTERNAL += -L../../compatlib -lecpg_compat TESTS = test_informix test_informix.c \ test_informix2 test_informix2.c \ dec_test dec_test.c \ rfmtdate rfmtdate.c \ rfmtlong rfmtlong.c \ rnull rnull.c \ sqlda sqlda.c \ describe describe.c \ charfuncs charfuncs.c \ intoasc intoasc.c all: $(TESTS) rnull.c: rnull.pgc $(ECPG_TEST_DEPENDENCIES) $(ECPG) -r no_indicator -o $@ $<