diff options
| author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-07-29 16:23:27 (GMT) |
|---|---|---|
| committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-07-29 16:23:27 (GMT) |
| commit | f4b36bdedceff71ba6d59cd355461f1844d7dc45 (patch) | |
| tree | 13d2274438c8f7655d593d4e1d8ae9dd7805388e /tests/basic.test | |
| parent | 9d199df950f056631ac198bcd6b1ccc92e4e0fcb (diff) | |
| download | tcl-f4b36bdedceff71ba6d59cd355461f1844d7dc45.zip tcl-f4b36bdedceff71ba6d59cd355461f1844d7dc45.tar.gz tcl-f4b36bdedceff71ba6d59cd355461f1844d7dc45.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/basic.test')
| -rw-r--r-- | tests/basic.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/basic.test b/tests/basic.test index e072bea..7435571 100644 --- a/tests/basic.test +++ b/tests/basic.test @@ -18,6 +18,9 @@ package require tcltest 2 namespace import -force ::tcltest::* +::tcltest::loadTestedCommands +catch [list package require -exact Tcltest [info patchlevel]] + testConstraint testevalex [llength [info commands testevalex]] testConstraint testcmdtoken [llength [info commands testcmdtoken]] testConstraint testcreatecommand [llength [info commands testcreatecommand]] |
