tclIpc Test Suite
--------------

This directory contains a set of validation tests for some of the 
tclIPC commands.  Each of the files whose name ends in ".test" is
intended to fully exercise one or a few Tcl commands.  The
commands tested by a given file are listed in the first line
of the file.

The simplest way to run a test is to start up "ipc" in this
directory and "source" the test file (for example, type "source
tclipc.test").  If all goes well then no output will appear.  
If there are errors then messages will appear in the format 
described below.

There are only a few tests here.  I hope to add more.  Feel free to 
contribute interesting tests.

More details regarding this test setup can be found in your TCL distribution
in the directory tests.
