summaryrefslogtreecommitdiffstats
path: root/src/interfaces/ecpg/test/compat_oracle/Makefile
blob: cd4e7e8ac40735901e0ebd8777943eec96dbee0a (plain)
1
2
3
4
5
6
7
8
9
10
11
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)