head	1.6;
access;
symbols
	REL7_0_PATCHES:1.5.0.2
	REL7_0:1.5
	REL6_5_PATCHES:1.4.0.4
	REL6_5:1.4
	REL6_4:1.4.0.2
	release-6-3:1.3;
locks; strict;
comment	@# @;


1.6
date	2000.09.29.17.17.37;	author petere;	state dead;
branches;
next	1.5;

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

1.4
date	98.09.29.12.40.52;	author scrappy;	state Exp;
branches;
next	1.3;

1.3
date	98.01.17.23.39.35;	author scrappy;	state Exp;
branches;
next	1.2;

1.2
date	97.08.28.04.49.17;	author vadim;	state Exp;
branches;
next	1.1;

1.1
date	97.04.26.05.44.17;	author scrappy;	state Exp;
branches;
next	;


desc
@@


1.6
log
@New unified regression test driver, test/regress makefile cleanup,
add "check" and "installcheck" targets, straighten out make variable naming
of host_os, host_cpu, etc.
@
text
@#-------------------------------------------------------------------------
#
# Makefile--
#    Makefile for regress/expected (the regression test)
#
# Copyright (c) 1994, Regents of the University of California
#
#
# IDENTIFICATION
#    $Header: /home/projects/pgsql/cvsroot/pgsql/src/test/regress/expected/Makefile,v 1.5 2000/01/09 19:34:41 tgl Exp $
#
#-------------------------------------------------------------------------

CLFILES=	create_function_1.out create_function_2.out copy.out constraints.out misc.out

clean:
	rm -f $(CLFILES)
@


1.5
log
@install_plpgsql is no longer a regress test (it's done via createlang);
remove the no-longer-used files.
@
text
@d10 1
a10 1
#    $Header: /usr/local/cvsroot/pgsql/src/test/regress/expected/Makefile,v 1.4 1998/09/29 12:40:52 scrappy Exp $
@


1.4
log
@
From: Jan Wieck <jwieck@@debis.com>

    here  is  the  patch  that  includes  PL/pgSQL into the build
    (currently with make errors ignored) and  adds  a  regression
    test for it. A clean build and regression ran fine here.

    Can you please apply it?

    The  tar  should  be  extracted  in  /usr/local/src/pgsql and
    creates the following files:

    src/pl/Makefile
            called by toplevel GNUmakefile and for now only calls
            src/pl/plpgsql/Makefile

    src/pl/plpgsql/Makefile
            calls  src/pl/plpgsql/src/Makefile  (here the call to
            make ignores build errors  -  this  must  be  changed
            later for the final release).

    src/test/regress/input/install_plpgsql.source
            SQL script installing PL/pgSQL language in regression
            database. Will be modified by  .../input/Makefile  to
            point  to  correct  PGLIB  directory where plpgsql.so
            gets installed.

    src/test/regress/output/install_plpgsql.source
            expected output for installation script.

    src/test/regress/sql/plpgsql.sql
            the main regression  test.  It  tests  functions  and
            triggers written in PL/pgSQL including views that use
            supportfunctions in this language.

    src/test/regress/expected/plpgsql.out
            the expected output for the above regression test.

    make_plpgsql.diff
            patch that adds some lines to

            src/GNUmakefile.in
            src/test/regress/expected/Makefile
            src/test/regress/input/Makefile
            src/test/regress/output/Makefile
            src/test/regress/sql/Makefile
            src/test/regress/sql/tests
@
text
@d4 1
a4 1
#    Makefile for regress (the regression test)
d10 1
a10 1
#    $Header: /usr/local/cvsroot/pgsql/src/test/regress/expected/Makefile,v 1.3 1998/01/17 23:39:35 scrappy Exp $
d14 1
a14 1
CLFILES=	create_function_1.out create_function_2.out copy.out constraints.out misc.out install_plpgsql.out
@


1.3
log
@From: "Michael J. Maravillo" <mmj@@philonline.com>

This patch makes it possible to do a "real" make distclean (back to its
fresh state) on the distribution after compilation, regression testing,
etc.
@
text
@d10 1
a10 1
#    $Header: /usr/local/cvsroot/pgsql/src/test/regress/expected/Makefile,v 1.2 1997/08/28 04:49:17 vadim Exp $
d14 1
a14 1
CLFILES=	create_function_1.out create_function_2.out copy.out constraints.out misc.out
@


1.2
log
@Tests for CHECK/DEFAULT
@
text
@d10 1
a10 1
#    $Header: /usr/local/cvsroot/pgsql/src/test/regress/expected/Makefile,v 1.1 1997/04/26 05:44:17 scrappy Exp $
d14 1
a14 1
CLFILES=	create_function_1.out create_function_2.out copy.out constraints.out
@


1.1
log
@Clean out/up some files that are causing me great headaches since I didn't
do this completely last time and Thomas is creating patches on files that
aren't supposed to exist :(
@
text
@d10 1
a10 1
#    $Header:$
d14 1
a14 1
CLFILES=	create_function_1.out create_function_2.out copy.out
@
