Author: coke
Date: Sun Jul 27 12:07:39 2008
New Revision: 29806
Modified:
trunk/languages/tcl/README.pod
trunk/languages/tcl/config/makefiles/root.in
trunk/languages/tcl/docs/howto.pod
trunk/languages/tcl/docs/overview.pod
Log:
[tcl] rename make target 'tcl-test' to 'spectest'
(in harmony with ../perl6)
Modified: trunk/languages/tcl/README.pod
==============================================================================
--- trunk/languages/tcl/README.pod (original)
+++ trunk/languages/tcl/README.pod Sun Jul 27 12:07:39 2008
@@ -62,7 +62,7 @@
collection system. Send the results of both to the mailing list
C<[EMAIL PROTECTED]>.
-To run the spec test suites, type C<make tcl-test>; This will check out
+To run the spec test suites, type C<make spectest>; This will check out
the tests from tcl's CVS repository for the 8.5.3 release and run them.
Note that the tests are I<fudged> slightly to use our version of [test]
Modified: trunk/languages/tcl/config/makefiles/root.in
==============================================================================
--- trunk/languages/tcl/config/makefiles/root.in (original)
+++ trunk/languages/tcl/config/makefiles/root.in Sun Jul 27 12:07:39 2008
@@ -267,7 +267,7 @@
t_tcl/io.t \
t_tcl/stringObj.t
-tcl-test: t_tcl tcl.pbc
+spectest: t_tcl tcl.pbc
# For now, just test the ones that ``work'' with test_more
prove $(RUNNABLE_TCL_TESTS)
t_tcl:
Modified: trunk/languages/tcl/docs/howto.pod
==============================================================================
--- trunk/languages/tcl/docs/howto.pod (original)
+++ trunk/languages/tcl/docs/howto.pod Sun Jul 27 12:07:39 2008
@@ -74,7 +74,7 @@
using the tcl-based version. See C<t/cmd_expr.t> for an example.
Our final goal will be to pass (most of) the tcl test suite: run
-C<make tcl-test> to checkout the latest version of of the tcl test suite
+C<make spectest> to checkout the latest version of of the tcl test suite
and run it. Warning: slow...
Long term goal is remove any tests in C<t/> that are testing things that are
Modified: trunk/languages/tcl/docs/overview.pod
==============================================================================
--- trunk/languages/tcl/docs/overview.pod (original)
+++ trunk/languages/tcl/docs/overview.pod Sun Jul 27 12:07:39 2008
@@ -109,7 +109,7 @@
Occasional failures are suspected against svn-head; there should be no
failures in a released version, however.
-To run the Tcl test suite, type C<make tcl-test>. This will checkout the
+To run the Tcl test suite, type C<make spectest>. This will checkout the
appropriate CVS copy of the tests from the Tcl repository and run them.
Warning, this will be slow.