-----------------------------------------------------------------------------
 Copyright (C) 1993 Christian-Albrechts-Universitaet zu Kiel, Germany
-----------------------------------------------------------------------------
 Projekt  : APPLY - A Practicable And Portable Lisp Implementation
            ------------------------------------------------------
 Funktion : README for the directory src/test

 $Revision: 1.1 $
 $Id: README,v 1.1 1993/06/19 20:25:36 hk Exp $
-----------------------------------------------------------------------------

This directory contains a test suite for CLiCC
----------------------------------------------

Compile the file testmain.lisp with CLiCC, run the command
 clg testmain  and execute the resulting file  testmain .

When you type 'a', every test will be run and its result will be
checked against the expected result. 
If everything works fine, you should get only a messages about
two failed tests:
;;; ----------------------------------------------------------------------------
;;; Failed tests: 
;;;   Binding  6 (uses ANSI CL's declaration scope)
;;;   Binding 13 (uses ANSI CL's declaration scope)
;;; ----------------------------------------------------------------------------
This is ok, because CLiCC currently implements the declaration scope
rules of CLtL1 and these tests expect the declaration scope rules of
CLtL2. 