diff options
author | dgp <dgp@users.sourceforge.net> | 2018-10-29 13:19:39 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2018-10-29 13:19:39 (GMT) |
commit | 569b59f564e7c55fb42dba9af4f18e7363680d60 (patch) | |
tree | 260ba8fc230923985e1068740e8d0efd1f6ddb60 /unix | |
parent | fd548863930daf0e1bc3d01286f542844b1cc69c (diff) | |
parent | f44fb9b4500e047fdb9e361a17f44fa46dffec2b (diff) | |
download | tcl-569b59f564e7c55fb42dba9af4f18e7363680d60.zip tcl-569b59f564e7c55fb42dba9af4f18e7363680d60.tar.gz tcl-569b59f564e7c55fb42dba9af4f18e7363680d60.tar.bz2 |
[TIP 522] New option "-errorCode" to [tcltest::test] in tcltest 2.5
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 b2ea458..b4fd97a 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -932,9 +932,9 @@ install-libraries: libraries @echo "Installing package msgcat 1.7.0 as a Tcl Module" @$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl \ "$(MODULE_INSTALL_DIR)"/tcl8/8.7/msgcat-1.7.0.tm - @echo "Installing package tcltest 2.4.1 as a Tcl Module" + @echo "Installing package tcltest 2.5.0 as a Tcl Module" @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl \ - "$(MODULE_INSTALL_DIR)"/tcl8/8.5/tcltest-2.4.1.tm + "$(MODULE_INSTALL_DIR)"/tcl8/8.5/tcltest-2.5.0.tm @echo "Installing package platform 1.0.14 as a Tcl Module" @$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl \ "$(MODULE_INSTALL_DIR)"/tcl8/8.4/platform-1.0.14.tm |