summaryrefslogtreecommitdiff
path: root/itcl/iwidgets3.0.0/tests/spintime.test
diff options
context:
space:
mode:
Diffstat (limited to 'itcl/iwidgets3.0.0/tests/spintime.test')
-rw-r--r--itcl/iwidgets3.0.0/tests/spintime.test6
1 files changed, 6 insertions, 0 deletions
diff --git a/itcl/iwidgets3.0.0/tests/spintime.test b/itcl/iwidgets3.0.0/tests/spintime.test
index ec1b4b34aed..84bc91e3e41 100644
--- a/itcl/iwidgets3.0.0/tests/spintime.test
+++ b/itcl/iwidgets3.0.0/tests/spintime.test
@@ -13,6 +13,9 @@
#
# @(#) $Id$
+package require tcltest
+namespace import -force ::tcltest::*
+
package require Iwidgets 3.0
if {[string compare test [info procs test]] == 1} {
@@ -138,3 +141,6 @@ test Spintime-1.$c {Spintime destruction} {
destroy .st
update
} {}
+
+::tcltest::cleanupTests
+exit