summaryrefslogtreecommitdiffstats
path: root/tests/README
diff options
context:
space:
mode:
authorrjohnson <rjohnson@noemail.net>1998-04-01 09:51:45 (GMT)
committerrjohnson <rjohnson@noemail.net>1998-04-01 09:51:45 (GMT)
commit9c5b7f2b7e472536ed2e7c915ead05e2aa264182 (patch)
tree8fb30cb152c4dc191be47fa043d2e6f5ea38c7ba /tests/README
parent1d0efcbe267f2c0eb73869862522fb20fb2d63ca (diff)
downloadtk-9c5b7f2b7e472536ed2e7c915ead05e2aa264182.zip
tk-9c5b7f2b7e472536ed2e7c915ead05e2aa264182.tar.gz
tk-9c5b7f2b7e472536ed2e7c915ead05e2aa264182.tar.bz2
Initial revision
FossilOrigin-Name: 2bf55ca9aa942b581137b9f474da5ad9c1480de4
Diffstat (limited to 'tests/README')
-rw-r--r--tests/README30
1 files changed, 30 insertions, 0 deletions
diff --git a/tests/README b/tests/README
new file mode 100644
index 0000000..2ae2a44
--- /dev/null
+++ b/tests/README
@@ -0,0 +1,30 @@
+Tk Test Suite
+--------------
+
+SCCS: @(#) README 1.2 96/03/27 08:52:21
+
+This directory contains a set of validation tests for Tk.
+Each of the files whose name ends in ".test" is intended to
+fully exercise one or a few Tk features. The features
+tested by a given file are listed in the first line of the
+file. The test suite is nowhere near complete yet. Contributions
+of additional tests would be most welcome.
+
+You can run the tests in two ways:
+ (a) type "make test" in the directory ../unix; this will run all of
+ the tests.
+ (b) start up tktest in this directory, then "source" the test
+ file (for example, type "source pack.test"). To run all
+ of the tests, type "source all".
+In either case no output will be generated if all goes well, except
+for a listing of the tests. If there are errors then additional
+messages will appear.
+
+For more details on the testing environment, see the README
+file in the Tcl test directory.
+
+You can also run a set of visual tests, which create various screens
+that you can verify visually for appropriate behavior. The visual
+tests are available through the "visual" script: if you invoke this
+script, it creates a main window with a bunch of menus. Each menu
+runs a particular test.