diff options
Diffstat (limited to 'src/interfaces/ecpg/test/complex/Makefile')
| -rw-r--r-- | src/interfaces/ecpg/test/complex/Makefile | 17 |
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) $< |
