head	1.4;
access;
symbols;
locks; strict;
comment	@# @;


1.4
date	2006.09.08.13.32.27;	author meskes;	state dead;
branches;
next	1.3;

1.3
date	2006.09.05.12.11.01;	author meskes;	state Exp;
branches;
next	1.2;

1.2
date	2006.08.13.10.18.30;	author meskes;	state Exp;
branches;
next	1.1;

1.1
date	2006.08.02.14.14.02;	author meskes;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Replaced complex tests with small ones.
@
text
@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)

@


1.3
log
@Started to cleanup complex tests.
Added some interval checks to regression suite.
@
text
@@


1.2
log
@Applied patch for VPATH builds by Alvaro Herrera <alvherre@@commandprompt.com>
Merged dyntest.pgc and dyntest2.pgc.
Hopefully fixed the last Coverity reports (finally)
@
text
@d9 1
a9 3
        test3 test3.c \
        test4 test4.c \
        test5 test5.c
a12 3
# test4 needs the -c option for the "EXEC SQL TYPE" construct
test4.c: test4.pgc ../regression.h
	$(ECPG) -c -o $@@ -I$(srcdir) $<
@


1.1
log
@Hopefully that's it. The remaining files for ecpg regression tests.
@
text
@d4 1
a4 1
include ../Makefile.regress
@

