diff options
author | jan.nijtmans <jan.nijtmans@noemail.net> | 2012-07-29 16:23:27 (GMT) |
---|---|---|
committer | jan.nijtmans <jan.nijtmans@noemail.net> | 2012-07-29 16:23:27 (GMT) |
commit | 82b7427d031365f18a4ab189ac70291dc210c1ca (patch) | |
tree | 13d2274438c8f7655d593d4e1d8ae9dd7805388e /tests/cmdIL.test | |
parent | b1aac793ca118629f1ba6eda5b8b5d951bf7081f (diff) | |
download | tcl-82b7427d031365f18a4ab189ac70291dc210c1ca.zip tcl-82b7427d031365f18a4ab189ac70291dc210c1ca.tar.gz tcl-82b7427d031365f18a4ab189ac70291dc210c1ca.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)
FossilOrigin-Name: 9792ff8b65ab77c813359c0e324f501dab14b948
Diffstat (limited to 'tests/cmdIL.test')
-rw-r--r-- | tests/cmdIL.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/cmdIL.test b/tests/cmdIL.test index 4b1002a..efb0bce 100644 --- a/tests/cmdIL.test +++ b/tests/cmdIL.test @@ -13,6 +13,9 @@ if {[lsearch [namespace children] ::tcltest] == -1} { namespace import -force ::tcltest::* } +::tcltest::loadTestedCommands +catch [list package require -exact Tcltest [info patchlevel]] + # Used for constraining memory leak tests testConstraint memory [llength [info commands memory]] testConstraint testobj [llength [info commands testobj]] |