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/parse.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/parse.test')
-rw-r--r-- | tests/parse.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/parse.test b/tests/parse.test index 3523975..0f76d64 100644 --- a/tests/parse.test +++ b/tests/parse.test @@ -16,6 +16,9 @@ if {[catch {package require tcltest 2.0.2}]} { namespace eval ::tcl::test::parse { namespace import ::tcltest::* +::tcltest::loadTestedCommands +catch [list package require -exact Tcltest [info patchlevel]] + testConstraint testparser [llength [info commands testparser]] testConstraint testevalobjv [llength [info commands testevalobjv]] testConstraint testevalex [llength [info commands testevalex]] |