----------------------------------------------------------------------------
README:		-  SCRC Compliance Test bench V 2.0  -
----------------------------------------------------------------------------


This directory contains the compliance test bench
of the SpecC Reference Compiler (SCRC), version 2.0.

Every SpecC compiler must pass this test bench in order
to be compliant with the SpecC Language Reference Manual
defined by the SpecC Technology Open Consortium (STOC).

This is the first version of this test bench. It is expected
to grow much larger in the future, so that all aspects of
the SpecC language will be covered.


Contributors: (in alphabetical order)

	Rainer Doemer		(doemer@cecs.uci.edu)


Makefile targets:

	make clean	- cleans up the directory for new tests
	make [all]	- compiles all test cases for execution
	make test	- executes all test cases

A compiler passes this test bench, if the commands 'make clean',
'make all', and 'make test' all successfully complete.


Happy testing!

Rainer Doemer, June 18, 2004.

----------------------------------------------------------------------------
