tcltest: do a better job of cleanup up after tests
[jimtcl.git] / tests / testing.tcl
blob95c0fe3627762a19f9fcc3741982f5e1e70a36c8
1 # Find and load the Jim tcltest wrapper
2 if {[catch {info version}]} {
3 # Tcl
4 source [file dirname [info script]]/../tcltest.tcl
5 } else {
6 # Jim
7 if {[exists env(TOPSRCDIR)]} {
8 set auto_path [list $env(TOPSRCDIR) {*}$auto_path]
11 package require tcltest