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 | e14b7fdff9f29b4251760d69f301abf129265921 (patch) | |
tree | 13d2274438c8f7655d593d4e1d8ae9dd7805388e /tests/compExpr.test | |
parent | 3f9c403daa87772cfc14b14c526209bf611553f4 (diff) | |
download | tcl-e14b7fdff9f29b4251760d69f301abf129265921.zip tcl-e14b7fdff9f29b4251760d69f301abf129265921.tar.gz tcl-e14b7fdff9f29b4251760d69f301abf129265921.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/compExpr.test')
-rw-r--r-- | tests/compExpr.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/compExpr.test b/tests/compExpr.test index 8e27f1f..14c875d 100644 --- a/tests/compExpr.test +++ b/tests/compExpr.test @@ -13,6 +13,9 @@ if {"::tcltest" ni [namespace children]} { namespace import -force ::tcltest::* } +::tcltest::loadTestedCommands +catch [list package require -exact Tcltest [info patchlevel]] + if {[catch {expr T1()} msg] && $msg eq {invalid command name "tcl::mathfunc::T1"}} { testConstraint testmathfunctions 0 } else { |