OSDN Git Service

touched all sources to ease next import
[pf3gnuchains/pf3gnuchains3x.git] / itcl / iwidgets3.0.0 / tests / shell.test
index 48a9dae..a96a203 100644 (file)
@@ -14,6 +14,9 @@
 #
 # @(#) $Id$
 
+package require tcltest
+namespace import -force ::tcltest::*
+
 package require Iwidgets 3.0
 
 if {[string compare test [info procs test]] == 1} {
@@ -194,3 +197,6 @@ test Shell-1.$c {Shell destruction} {
     destroy .sh
     update 
 } {}
+
+::tcltest::cleanupTests
+exit