diff options
Diffstat (limited to 'tests/assocd.test')
-rw-r--r-- | tests/assocd.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/assocd.test b/tests/assocd.test index 46a813a..edf55c4 100644 --- a/tests/assocd.test +++ b/tests/assocd.test @@ -14,6 +14,9 @@ package require tcltest 2 namespace import ::tcltest::* +::tcltest::loadTestedCommands +catch [list package require -exact Tcltest [info patchlevel]] + testConstraint testgetassocdata [llength [info commands testgetassocdata]] testConstraint testsetassocdata [llength [info commands testsetassocdata]] testConstraint testdelassocdata [llength [info commands testdelassocdata]] |