1 # Find and load the Jim tcltest wrapper
2 if {[catch {info version
}]} {
4 source [file dirname
[info script
]]/..
/tcltest.tcl
7 if {[exists env
(TOPSRCDIR
)]} {
8 set auto_path
[list $env(TOPSRCDIR
) {*}$auto_path]
11 package require
tcltest