head	1.2;
access;
symbols
	v3_0_6:1.1.1.1
	v3_0_3:1.1.1.1
	FSF:1.1.1;
locks; strict;
comment	@# @;


1.2
date	98.03.10.19.27.14;	author jraynard;	state dead;
branches;
next	1.1;

1.1
date	97.10.14.18.17.03;	author jraynard;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	97.10.14.18.17.03;	author jraynard;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Remove test sub-directory.
@
text
@#! /bin/sh

case "$AWK" in
"")	AWK=../gawk ;;
esac
#AWK=${AWK:-../gawk}

for i in reg/*.awk
do
	it=`basename $i .awk`
	$AWK -f $i <reg/$it.in >reg/$it.out 2>&1
	if cmp -s reg/$it.out reg/$it.good
	then
		rm -f reg/$it.out
	else
		echo "regtest: $it fails"
	fi
done
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@Virgin import of GNU awk 3.0.3
@
text
@@
