diff options
Diffstat (limited to 'tests/cmdInfo.test')
-rw-r--r-- | tests/cmdInfo.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/cmdInfo.test b/tests/cmdInfo.test index 112318f..0a587e8 100644 --- a/tests/cmdInfo.test +++ b/tests/cmdInfo.test @@ -16,6 +16,9 @@ package require tcltest 2 namespace import ::tcltest::* +::tcltest::loadTestedCommands +catch [list package require -exact Tcltest [info patchlevel]] + testConstraint testcmdinfo [llength [info commands testcmdinfo]] testConstraint testcmdtoken [llength [info commands testcmdtoken]] |