diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-08-11 21:24:22 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-08-11 21:24:22 (GMT) |
commit | b63fcbf8cfdbe1d639060d4363a1d619c2704ab8 (patch) | |
tree | 27fde8f62082347078d925d76441498acc190a4a /tests/async.test | |
parent | 66adad9c26394ee9cc34b77402e4ca125cedc656 (diff) | |
parent | b60533f355ae3b2d0699b03c8658f41ebcf39a9e (diff) | |
download | tcl-b63fcbf8cfdbe1d639060d4363a1d619c2704ab8.zip tcl-b63fcbf8cfdbe1d639060d4363a1d619c2704ab8.tar.gz tcl-b63fcbf8cfdbe1d639060d4363a1d619c2704ab8.tar.bz2 |
merge trunk
Diffstat (limited to 'tests/async.test')
-rw-r--r-- | tests/async.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/async.test b/tests/async.test index 35dda88..cb67cc2 100644 --- a/tests/async.test +++ b/tests/async.test @@ -16,6 +16,9 @@ if {[lsearch [namespace children] ::tcltest] == -1} { namespace import -force ::tcltest::* } +::tcltest::loadTestedCommands +catch [list package require -exact Tcltest [info patchlevel]] + testConstraint testasync [llength [info commands testasync]] testConstraint threaded [::tcl::pkgconfig get threaded] |