								-*-text-*-

This directory holds the Sizzle test suite.  The following test
scripts are run when `make check' is done:

basic.scm       Tests all primitive functions which Guile also inplements.
basic2.scm      Tests (nearly) all primitive functions.
forms.scm       Tests the various synactic forms.
functions.scm   Defines and tests a lot of user-defined functions.
queens.scm	Tests by solving the 8-queens problem.
r5rs.scm	Includes most examples from R5RS.
runge-kutta.scm The integration example from R4RS.
scheme-art.scm	Various examples from `Scheme or the Art of Programming'.
srfi.scm	Tests for various SRFIs.
stress.scm	Stress testing.  Long calculations and huge data structures.
string-fun.scm  String handling primitives.
syntax.scm	Tests `define-syntax' and friends.

The following tests depend on some features which can be compiled in
optionally, so they are not run when `make check' is executed.  If you want
to run these tests, you have to do it manually.

posix.scm	Tests Posix/Unix functions.
regexp.scm	Tests for the regular expression functions.
signal.scm	Tests signal handling.
uvector.scm	Uniform vector handling primitives.

Other files:

ChangeLog	GNU-style change history.
Makefile.am	Automake input file.
Makefile.in	Autoconf input file
README		This file.
test-suite.scm	Test suite framework.
r4rstest.scm	The compliance test from SCM.
pi.scm		Calculation of the number PI.
