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


1.4
date     88.11.30.14.30.48;  author dew;  state Exp;
branches ;
next     1.3;

1.3
date     88.11.30.11.10.49;  author dew;  state Exp;
branches ;
next     1.2;

1.2
date     88.11.30.09.44.41;  author dew;  state Exp;
branches ;
next     1.1;

1.1
date     88.11.30.09.42.02;  author dew;  state Exp;
branches ;
next     ;


desc
@unix script file for putting together the test plan.
@


1.4
log
@*** empty log message ***
@
text
@PLANNAME=qaplan.li
i=`ls *.mm 2>/dev/null`
if [ "$i" = "" ]
then
	: no mm files to be wiped out, carry on.
else
	echo "These files shouldn't be here:\n$i\nCan not make test plan."
	exit 1
fi

echo "\nCollecting the test plan files."
for i in `ls RCS/*.mm*`
do
	rcsname=`basename $i ,v`
	co $rcsname
done

echo "\nBuilding the test plan..."
mm qamain.mm > $PLANNAME

echo "\nCleaning up..."
rm -f *.mm
rm -f *.tbl

echo "\nTest plan in: $PLANNAME\n"
@


1.3
log
@only check out RCS files with .mm in them.
@
text
@a18 1
tbl intro.mm > intro.tbl
@


1.2
log
@updated to reflect intro.mm now has a table and
@
text
@d12 1
a12 1
for i in `ls RCS/*`
@


1.1
log
@Initial revision
@
text
@d19 1
a19 1
tbl resource.mm > resource.tbl
@
