README -- Tcl test suite design document. RCS: @(#) $Id: README,v 1.11 2002/08/08 14:50:51 dgp Exp $ Contents: --------- 1. Introduction 2. Incompatibilities with prior Tcl versions 1. Introduction: ---------------- This directory contains a set of validation tests for the Tcl commands and C Library procedures for Tcl. Each of the files whose name ends in ".test" is intended to fully exercise the functions in the C source file that corresponds to the file prefix. The C functions and/or Tcl commands tested by a given file are listed in the first line of the file. You can run the tests in three ways: (a) type "make test" in ../unix; this will create the tcltest executable and run all of the tests. At least "make tcltest" must be run to create the tcltest executable for the other options. (b) type "tcltest ?