aboutsummaryrefslogtreecommitdiff
path: root/tcltest.tcl
AgeCommit message (Collapse)AuthorFilesLines
2015-08-26tcltest: Fix reference to wrong variable nameEvan Hunter1-1/+1
2015-04-06Avoid error in tcltest.tcl if $::argv0 is unsetSteve Bennett1-4/+7
Can happen if running interactively or via -e Reported-by: Stuart Cassoff <stwo@bell.net> Signed-off-by: Steve Bennett <steveb@workware.net.au>
2014-11-28glob: add additional testsSteve Bennett1-9/+29
Import some additional tests from the Tcl test suite. Add more Tcl compatibility to tcltest.tcl Signed-off-by: Steve Bennett <steveb@workware.net.au>
2014-10-15Install tcltest compatibility packageSteve Bennett1-0/+258
Allow 3rd party tests to be written and use: package require tcltest Signed-off-by: Steve Bennett <steveb@workware.net.au>