summaryrefslogtreecommitdiff
path: root/itcl/iwidgets3.0.0/tests/buttonbox.test
diff options
context:
space:
mode:
Diffstat (limited to 'itcl/iwidgets3.0.0/tests/buttonbox.test')
-rw-r--r--itcl/iwidgets3.0.0/tests/buttonbox.test6
1 files changed, 6 insertions, 0 deletions
diff --git a/itcl/iwidgets3.0.0/tests/buttonbox.test b/itcl/iwidgets3.0.0/tests/buttonbox.test
index ece1f3b41e5..dde97836ec7 100644
--- a/itcl/iwidgets3.0.0/tests/buttonbox.test
+++ b/itcl/iwidgets3.0.0/tests/buttonbox.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} {
@@ -181,3 +184,6 @@ test Buttonbox-1.$c {Buttonbox destruction} {
destroy .bb
update
} {}
+
+::tcltest::cleanupTests
+exit