summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 {