diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2011-03-10 13:40:43 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2011-03-10 13:40:43 (GMT) |
commit | feb40ba8d2f3784d9284d9f86d2e7ef45342107b (patch) | |
tree | b8ab87dfa2594a0dc0488ae4f4d888a9f61cf883 /unix | |
parent | 56053d42643a128b68bddd9b6a830193c4f2b58f (diff) | |
download | tcl-feb40ba8d2f3784d9284d9f86d2e7ef45342107b.zip tcl-feb40ba8d2f3784d9284d9f86d2e7ef45342107b.tar.gz tcl-feb40ba8d2f3784d9284d9f86d2e7ef45342107b.tar.bz2 |
Make tests in child interpreters report their summary info in the master.
Bumped tcltest version to 2.3.3
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index bba6f91..20ba896 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -836,8 +836,8 @@ install-libraries: libraries done; @echo "Installing package msgcat 1.4.3 as a Tcl Module"; @$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/msgcat-1.4.3.tm; - @echo "Installing package tcltest 2.3.2 as a Tcl Module"; - @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/tcltest-2.3.2.tm; + @echo "Installing package tcltest 2.3.3 as a Tcl Module"; + @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/tcltest-2.3.3.tm; @echo "Installing package platform 1.0.9 as a Tcl Module"; @$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/platform-1.0.9.tm; |