summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test/sql/Makefile
blob: f44ec6a297caa2e4277968f1d27f2dda8933dd52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
subdir = src/interfaces/ecpg/test/sql
top_builddir = ../../../../..
include $(top_builddir)/src/Makefile.global
include $(top_srcdir)/$(subdir)/../Makefile.regress

TESTS = array array.c \
	binary binary.c \
	code100 code100.c \
        copystdout copystdout.c \
	define define.c \
        desc desc.c \
        dyntest dyntest.c \
        dynalloc dynalloc.c \
        dynalloc2 dynalloc2.c \
        func func.c \
        indicators indicators.c \
        quote quote.c \
        show show.c \
        update update.c 

all: $(TESTS)

# bits needs the -c option for the "EXEC SQL TYPE" construct
bits.c: bits.pgc ../regression.h
	$(ECPG) -c -o $@ -I$(srcdir) $<