/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/interfaces/ecpg/test/compat_oracle/Makefile
11 строк
315 B
Michael Meskes
Add Oracle like handling of char arrays.
14 мар 2018, 02:54
14 мар 2018, 02:54
3b7ab43
Код
Авторство
О чём код?
subdir = src/interfaces/ecpg/test/compat_oracle top_builddir = ../../../../.. include $(top_builddir)/src/Makefile.global include $(top_srcdir)/$(subdir)/../Makefile.regress # Use special oracle compatibility switch for all tests in this directory ECPG += -C ORACLE TESTS = char_array char_array.c all: $(TESTS)