home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / languages / tcl / tk3.3b1 / tests / README < prev    next >
Encoding:
Text File  |  1992-12-12  |  830 b   |  20 lines

  1. Tk Test Suite
  2. --------------
  3.  
  4. This directory contains a set of validation tests for Tk.
  5. Each of the files whose name ends in ".test" is intended to
  6. fully exercise one or a few Tk features.  The features
  7. tested by a given file are listed in the first line of the
  8. file.  The test suite is nowhere near complete yet.  Contributions
  9. of additional tests would be most welcome.
  10.  
  11. The simplest way to run a test is to start up wish in this
  12. directory and "source" the test file (for example, type "source
  13. parse.test").  To run all of the tests, type "source all".  If
  14. all goes well then no output will appear (except a listing of
  15. the tests, if you used "source all").  If there are errors
  16. then messages will appear in the format described below.
  17.  
  18. For more details on the testing environment, see the README
  19. file in the Tcl test directory.
  20.