summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2023-09-06 19:28:17 (GMT)
committerdgp <dgp@users.sourceforge.net>2023-09-06 19:28:17 (GMT)
commit68037a7cc3e5b38365e10c6784fb856cbaf9008e (patch)
tree6acb7485111ce06849b1a9e11408b8e24391739d
parent5ae977c808c947bf2fc7cdfc478a54e464a3404f (diff)
parent71ff6dec152830db4f2d0498098394f6688e1f98 (diff)
downloadtcl-68037a7cc3e5b38365e10c6784fb856cbaf9008e.zip
tcl-68037a7cc3e5b38365e10c6784fb856cbaf9008e.tar.gz
tcl-68037a7cc3e5b38365e10c6784fb856cbaf9008e.tar.bz2
merge 8.7
-rw-r--r--tests/get.test2
-rw-r--r--tests/zlib.test2
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/get.test b/tests/get.test
index 66c9c3a..eff4fa0 100644
--- a/tests/get.test
+++ b/tests/get.test
@@ -18,6 +18,8 @@ if {"::tcltest" ni [namespace children]} {
::tcltest::loadTestedCommands
catch [list package require -exact tcl::test [info patchlevel]]
+source [file join [file dirname [info script]] tcltests.tcl]
+
testConstraint testgetint [llength [info commands testgetint]]
testConstraint testdoubleobj [llength [info commands testdoubleobj]]
testConstraint longIs64bit [expr {$tcl_platform(wordSize) == 8}]
diff --git a/tests/zlib.test b/tests/zlib.test
index 93c568b..6becb91 100644
--- a/tests/zlib.test
+++ b/tests/zlib.test
@@ -15,6 +15,8 @@ if {"::tcltest" ni [namespace children]} {
namespace import -force ::tcltest::*
}
+source [file join [file dirname [info script]] tcltests.tcl]
+
testConstraint zlib [llength [info commands zlib]]
testConstraint recentZlib 0
catch {