summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test/complex/Makefile
diff options
context:
space:
mode:
authorMichael Meskes <meskes@postgresql.org>2006-08-02 14:14:04 +0000
committerMichael Meskes <meskes@postgresql.org>2006-08-02 14:14:04 +0000
commit1f0a6cd60caa3216d41b048c4c9d65049f069bac (patch)
treeb95ff425cea76585c97422aad39f9968832ed4b3 /src/interfaces/ecpg/test/complex/Makefile
parent6392518c6943bfe9b1c0b378db4e2339dc56c634 (diff)
downloadpostgresql-1f0a6cd60caa3216d41b048c4c9d65049f069bac.tar.gz
Hopefully that's it. The remaining files for ecpg regression tests.
Diffstat (limited to 'src/interfaces/ecpg/test/complex/Makefile')
-rw-r--r--src/interfaces/ecpg/test/complex/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/interfaces/ecpg/test/complex/Makefile b/src/interfaces/ecpg/test/complex/Makefile
new file mode 100644
index 0000000000..4a5d709c31
--- /dev/null
+++ b/src/interfaces/ecpg/test/complex/Makefile
@@ -0,0 +1,17 @@
+subdir = src/interfaces/ecpg/test/complex
+top_builddir = ../../../../..
+include $(top_builddir)/src/Makefile.global
+include ../Makefile.regress
+
+
+TESTS = test1 test1.c \
+ test2 test2.c \
+ test3 test3.c \
+ test4 test4.c \
+ test5 test5.c
+
+all: $(TESTS)
+
+# test4 needs the -c option for the "EXEC SQL TYPE" construct
+test4.c: test4.pgc ../regression.h
+ $(ECPG) -c -o $@ -I$(srcdir) $<