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.41;	author petere;	state dead;
branches;
next	1.5;

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

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

1.3
date	97.08.28.04.49.31;	author vadim;	state Exp;
branches;
next	1.2;

1.2
date	97.04.27.02.58.26;	author scrappy;	state Exp;
branches;
next	1.1;

1.1
date	97.04.26.05.45.48;	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/sql (the regression test)
#
# Copyright (c) 1994, Regents of the University of California
#
#
# IDENTIFICATION
#    $Header: /home/projects/pgsql/cvsroot/pgsql/src/test/regress/sql/Makefile,v 1.5 2000/01/09 19:34:43 tgl Exp $
#
#-------------------------------------------------------------------------

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

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/sql/Makefile,v 1.4 1998/09/29 12:43:03 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/sql/Makefile,v 1.3 1997/08/28 04:49:31 vadim Exp $
d14 1
a14 1
CLFILES=	create_function_1.sql create_function_2.sql copy.sql misc.sql constraints.sql install_plpgsql.sql
@


1.3
log
@Tests for CHECK/DEFAULT
@
text
@d10 1
a10 1
#    $Header: /usr/local/cvsroot/pgsql/src/test/regress/sql/Makefile,v 1.2 1997/04/27 02:58:26 scrappy Exp $
d14 1
a14 1
CLFILES=	create_function_1.sql create_function_2.sql copy.sql misc.sql constraints.sql
@


1.2
log
@Massive regression test patches from Thomas *woo hoo!*
@
text
@d10 1
a10 1
#    $Header: /usr/local/cvsroot/postgres95/src/test/regress/sql/Makefile,v 1.1 1997/04/26 05:45:48 scrappy Exp $
d14 1
a14 1
CLFILES=	create_function_1.sql create_function_2.sql copy.sql misc.sql
@


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.sql create_function_2.sql copy.sql
@
