head	1.2;
access;
symbols
	codegen1_branch:1.2.0.6
	codegen1_base:1.2
	java:1.2.0.4
	java_base:1.2
	semantics_branch:1.2.0.2
	semantics_base:1.2;
locks; strict;
comment	@# @;


1.2
date	96.10.07.23.55.41;	author jered;	state Exp;
branches;
next	1.1;

1.1
date	96.10.07.08.19.22;	author nathanw;	state Exp;
branches;
next	;


desc
@@


1.2
log
@runtests with ../../src/parser/parser
@
text
@#!/bin/sh
# Script to run the static semantic checks
# $Id: runtests,v 1.1 1996/10/07 08:19:22 nathanw Exp $

MP=../../src/parser/parser 

for n in 1 2 3 4 5  6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26; do
  for f in e${n}-*.ma g${n}-*.ma; do
   echo "Testing " $f
   ${MP} $f 2>&1
   echo
  done
done
@


1.1
log
@Script to run the tests together
@
text
@d3 1
a3 1
# $Id$
d5 1
a5 1
MP=../../src/semantics/semantics 
@
