diff options
author | hobbs <hobbs> | 2002-07-24 18:42:23 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-07-24 18:42:23 (GMT) |
commit | 6249f4f4c1e0f106a3c4f3d29e9ef89cc65c4fd1 (patch) | |
tree | c6f8e1d4df2d6a402bf2069a8286f93ed4c499d1 /unix | |
parent | 3aad9bd268b95f4f2f75819964fa69dbbf4f2016 (diff) | |
download | tk-6249f4f4c1e0f106a3c4f3d29e9ef89cc65c4fd1.zip tk-6249f4f4c1e0f106a3c4f3d29e9ef89cc65c4fd1.tar.gz tk-6249f4f4c1e0f106a3c4f3d29e9ef89cc65c4fd1.tar.bz2 |
* unix/README: Corrected notes about running user interactive Tk
tests. [Bug #462320]
Diffstat (limited to 'unix')
-rw-r--r-- | unix/README | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/unix/README b/unix/README index 6c19bc6..fcb6b4c 100644 --- a/unix/README +++ b/unix/README @@ -20,7 +20,7 @@ SGI, as well as PCs running Linux, BSDI, and SCO UNIX. To compile for a PC running Windows, see the README file in the directory ../win. To compile for a Macintosh, see the README file in the directory ../mac. -RCS: @(#) $Id: README,v 1.15 2002/06/25 16:45:12 rmax Exp $ +RCS: @(#) $Id: README,v 1.16 2002/07/24 18:42:23 hobbs Exp $ How To Compile And Install Tk: ------------------------------ @@ -139,7 +139,9 @@ safe to conclude that any errors represent portability problems in the test suite and not fundamental flaws with Tk. There are also a number of visual tests for things such as screen layout, -Postscript generation, etc. These tests all have to be run manually and -the results have to be verified visually. To run the tests, cd to the -"tests" directory and run the script "visual". It will present a main -window with a bunch of menus, which you can use to select various tests. +Postscript generation, etc. These tests all have to be run by manually +enabling the "userInteraction" constraint when testing, and the results +have to be verified visually.. This can be done with + make test TESTFLAGS="-constraints userInteraction" +Some tests will present a main window with a bunch of menus, which you can +use to select various tests. |