summaryrefslogtreecommitdiffstats
path: root/tests/fileSystem.test
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2012-07-29 16:23:27 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2012-07-29 16:23:27 (GMT)
commitf4b36bdedceff71ba6d59cd355461f1844d7dc45 (patch)
tree13d2274438c8f7655d593d4e1d8ae9dd7805388e /tests/fileSystem.test
parent9d199df950f056631ac198bcd6b1ccc92e4e0fcb (diff)
downloadtcl-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/fileSystem.test')
-rw-r--r--tests/fileSystem.test3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fileSystem.test b/tests/fileSystem.test
index 64f4d45..638c427 100644
--- a/tests/fileSystem.test
+++ b/tests/fileSystem.test
@@ -19,6 +19,9 @@ namespace eval ::tcl::test::fileSystem {
file delete -force [file join dir.dir linkinside.file]
}
+::tcltest::loadTestedCommands
+catch [list package require -exact Tcltest [info patchlevel]]
+
# Test for commands defined in Tcltest executable
testConstraint testfilesystem [llength [info commands ::testfilesystem]]
testConstraint testsetplatform [llength [info commands ::testsetplatform]]