summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-08-08 08:55:24 (GMT)
committerhobbs <hobbs>2002-08-08 08:55:24 (GMT)
commit1e8d54aee72071673f69d387e8130f02b46934a7 (patch)
tree1361f5db0e4eca902ba217030c1ec8bbecd8d174
parentbde8cf8ab5801859885c5ca958211233de5b1870 (diff)
downloadtcl-1e8d54aee72071673f69d387e8130f02b46934a7.zip
tcl-1e8d54aee72071673f69d387e8130f02b46934a7.tar.gz
tcl-1e8d54aee72071673f69d387e8130f02b46934a7.tar.bz2
slight wording improvements
-rw-r--r--tests/README7
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/README b/tests/README
index 4a82e91..c0e02b9 100644
--- a/tests/README
+++ b/tests/README
@@ -1,6 +1,6 @@
README -- Tcl test suite design document.
-RCS: @(#) $Id: README,v 1.9 2002/07/01 07:52:02 dgp Exp $
+RCS: @(#) $Id: README,v 1.10 2002/08/08 08:55:24 hobbs Exp $
Contents:
---------
@@ -20,7 +20,10 @@ file.
You can run the tests in three ways:
- (a) type "make test" in ../unix; this will run all of the tests.
+ (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 <testFile> ?<option> <value>?