diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-07-29 16:23:27 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-07-29 16:23:27 (GMT) |
commit | 952d089c19be23cfc8a114f9759acd98b276132c (patch) | |
tree | 13d2274438c8f7655d593d4e1d8ae9dd7805388e /tests/unload.test | |
parent | a3af17ef6c2cb79bbda7f23819f3abc5b8cc82cb (diff) | |
download | tcl-952d089c19be23cfc8a114f9759acd98b276132c.zip tcl-952d089c19be23cfc8a114f9759acd98b276132c.tar.gz tcl-952d089c19be23cfc8a114f9759acd98b276132c.tar.bz2 |
No longer build tcltest.exe to run the tests,but use tclsh86.exe in combination with tcltest86.dll to do that (Windows only)
Diffstat (limited to 'tests/unload.test')
-rw-r--r-- | tests/unload.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/unload.test b/tests/unload.test index a103cc5..5a374c4 100644 --- a/tests/unload.test +++ b/tests/unload.test @@ -16,6 +16,9 @@ if {[lsearch [namespace children] ::tcltest] == -1} { namespace import -force ::tcltest::* } +::tcltest::loadTestedCommands +catch [list package require -exact Tcltest [info patchlevel]] + # Figure out what extension is used for shared libraries on this # platform. if {![info exists ext]} { |