aboutsummaryrefslogtreecommitdiff
path: root/tests/testing.tcl
blob: 6702f834dbfefef69f1e4f64d60f55efe5e6cabb (plain)
1
2
3
4
5
# Find and load the Jim tcltest wrapper
source [file dirname [info script]]/../tcltest.tcl

# If jimsh is not installed we may also need to include top_srcdir for Tcl modules (.. from this script)
set auto_path [list [file dirname [info script]]/.. {*}$auto_path]