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 | 4ba4f404bba4f22b8a678cbf6c6a6718b076da09 (patch) | |
| tree | 13d2274438c8f7655d593d4e1d8ae9dd7805388e /tests/platform.test | |
| parent | 97d6196d8e316cae8c63d4d0f78d0fdd2b1facec (diff) | |
| download | tcl-4ba4f404bba4f22b8a678cbf6c6a6718b076da09.zip tcl-4ba4f404bba4f22b8a678cbf6c6a6718b076da09.tar.gz tcl-4ba4f404bba4f22b8a678cbf6c6a6718b076da09.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/platform.test')
| -rw-r--r-- | tests/platform.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/platform.test b/tests/platform.test index 92ca7ab..aab7c78 100644 --- a/tests/platform.test +++ b/tests/platform.test @@ -14,6 +14,9 @@ if {[lsearch [namespace children] ::tcltest] == -1} { namespace import -force ::tcltest::* } +::tcltest::loadTestedCommands +catch [list package require -exact Tcltest [info patchlevel]] + testConstraint testCPUID [llength [info commands testcpuid]] test platform-1.1 {TclpSetVariables: tcl_platform} { |
