blob: 5cd59f20ca5127b806f942ccdcc24e08b70dc4c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
subdir = src/interfaces/ecpg/test/complex
top_builddir = ../../../../..
include $(top_builddir)/src/Makefile.global
include $(top_srcdir)/$(subdir)/../Makefile.regress
TESTS = test1 test1.c \
test2 test2.c \
test3 test3.c
all: $(TESTS)
|