summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/get.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/get.test b/tests/get.test
index 90d9035..04f6ade 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}]