head	1.7;
access;
symbols
	REL9_0_0:1.7
	REL9_1_ALPHA1:1.7
	REL9_0_RC1:1.7
	REL9_0_BETA4:1.7
	REL9_0_STABLE:1.7.0.6
	REL9_0_BETA3:1.7
	REL9_0_BETA2:1.7
	REL8_2_17:1.5
	REL8_3_11:1.5
	REL8_4_4:1.5
	REL9_0_BETA1:1.7
	REL9_0_ALPHA5_BRANCH:1.7.0.4
	REL9_0_ALPHA5:1.7
	REL8_2_16:1.5
	REL8_3_10:1.5
	REL8_4_3:1.5
	REL9_0_ALPHA4:1.7
	REL9_0_ALPHA4_BRANCH:1.7.0.2
	REL8_5_ALPHA3:1.5
	REL8_5_ALPHA3_BRANCH:1.5.0.12
	REL8_2_15:1.5
	REL8_3_9:1.5
	REL8_4_2:1.5
	REL8_5_ALPHA2:1.5
	REL8_5_ALPHA2_BRANCH:1.5.0.10
	REL8_2_14:1.5
	REL8_3_8:1.5
	REL8_4_1:1.5
	REL8_5_ALPHA1:1.5
	REL8_5_ALPHA1_BRANCH:1.5.0.8
	REL8_4_STABLE:1.5.0.6
	REL8_4_0:1.5
	REL8_4_RC2:1.5
	REL8_4_RC1:1.5
	REL8_4_BETA2:1.5
	REL8_4_BETA1:1.5
	REL8_2_13:1.5
	REL8_3_7:1.5
	REL8_2_12:1.5
	REL8_3_6:1.5
	REL8_2_11:1.5
	REL8_3_5:1.5
	REL8_2_10:1.5
	REL8_3_4:1.5
	REL8_2_9:1.5
	REL8_3_3:1.5
	REL8_2_8:1.5
	REL8_3_2:1.5
	REL8_2_7:1.5
	REL8_3_1:1.5
	REL8_3_STABLE:1.5.0.4
	REL8_3_0:1.5
	REL8_3_RC2:1.5
	REL8_2_6:1.5
	REL8_3_RC1:1.5
	REL8_3_BETA4:1.5
	REL8_3_BETA3:1.5
	REL8_3_BETA2:1.5
	REL8_3_BETA1:1.5
	REL8_2_5:1.5
	REL8_2_4:1.5
	REL8_2_3:1.5
	REL8_2_2:1.5
	REL8_2_1:1.5
	REL8_2_STABLE:1.5.0.2
	REL8_2_0:1.5
	REL8_2_RC1:1.5
	REL8_2_BETA3:1.5
	REL8_2_BETA2:1.5
	REL8_2_BETA1:1.5;
locks; strict;
comment	@# @;


1.7
date	2010.01.15.10.44.37;	author meskes;	state Exp;
branches;
next	1.6;

1.6
date	2010.01.05.16.38.23;	author meskes;	state Exp;
branches;
next	1.5;

1.5
date	2006.09.19.15.36.08;	author tgl;	state Exp;
branches;
next	1.4;

1.4
date	2006.08.19.15.10.00;	author meskes;	state Exp;
branches;
next	1.3;

1.3
date	2006.08.15.06.40.19;	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.7
log
@Applied patch by Boszormenyi Zoltan <zb@@cybertec.at> to add DESCRIBE [OUTPUT] statement to ecpg.
@
text
@subdir = src/interfaces/ecpg/test/compat_informix
top_builddir = ../../../../..
include $(top_builddir)/src/Makefile.global
include $(top_srcdir)/$(subdir)/../Makefile.regress

# special informix compatibility switches
ECPG += -C INFORMIX
ECPG_NOIND  = $(ECPG) -r no_indicator

override LDFLAGS := -L../../compatlib $(LDFLAGS)
override LIBS := -lecpg_compat $(LIBS)

TESTS = test_informix test_informix.c \
        test_informix2 test_informix2.c \
        dec_test dec_test.c \
        rfmtdate rfmtdate.c \
        rfmtlong rfmtlong.c \
        rnull rnull.c \
        sqlda sqlda.c \
        describe describe.c \
        charfuncs charfuncs.c

all: $(TESTS)

test_informix.c: test_informix.pgc ../regression.h
	$(ECPG) -o $@@ -I$(srcdir) $<

test_informix2.c: test_informix2.pgc ../regression.h
	$(ECPG) -o $@@ -I$(srcdir) $<

sqlda.c: sqlda.pgc ../regression.h
	$(ECPG) -o $@@ -I$(srcdir) $<

dec_test.c: dec_test.pgc ../regression.h
	$(ECPG) -o $@@ -I$(srcdir) $<

rfmtdate.c: rfmtdate.pgc ../regression.h
	$(ECPG) -o $@@ -I$(srcdir) $<

rfmtlong.c: rfmtlong.pgc ../regression.h
	$(ECPG) -o $@@ -I$(srcdir) $<

rnull.c: rnull.pgc ../regression.h
	$(ECPG_NOIND) -o $@@ -I$(srcdir) $<

charfuncs.c: charfuncs.pgc ../regression.h
	$(ECPG) -o $@@ -I$(srcdir) $<
@


1.6
log
@Applied patch by Boszormenyi Zoltan <zb@@cybertec.at> to add sqlda support to
ecpg in both native and compatiblity mode.
@
text
@d20 1
@


1.5
log
@Fix shared library creation to work properly on AIX.  Albe Laurenz
@
text
@d19 1
d30 3
@


1.4
log
@Added another test
@
text
@d6 1
a6 1
# special informix compatiblity switches
d9 3
a11 2
override LDFLAGS += -L../../compatlib
override LIBS += $(LIBS) -lecpg_compat
@


1.3
log
@Added lots of SoC stuff made by Joachim.
Fixed broken newline on Windows.
Fixed a nasty buffer underrun that only occured when using Informix
no_indicator NULL setting on timestamps and intervals.
@
text
@d17 1
@


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
@d13 5
a17 1
        test_informix2 test_informix2.c
d25 12
d39 2
@


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

