summaryrefslogtreecommitdiffstats
path: root/library/tcltest1.0/pkgIndex.tcl
Commit message (Collapse)AuthorAgeFilesLines
* * library/tcltest1.0/tcltest.tcl: Changed NormalizePath tojenn2000-01-271-1/+2
| | | | | | | | normalizePath and exported it as a public proc. This proc creates an absolute path given the name of the variable containing the path to modify. The path is modified in place. * library/tcltest1.0/pkgIndex.tcl: Added normalizePath. * tests/all.tcl: Changed code to use normalizePath.
* Changed update to 'after 1' to cause a true sleep in the currenthobbs1999-10-211-1/+1
| | | | thread, avoiding numerous superfluous thread send calls.
* * library/tcltest1.0/pkgIndex.tcl: fixed procs in pkgIndex.tcl filehobbs1999-10-131-6/+5
|
* Added flags -limitconstraints, -preservecore, -help, -file, -notfile, ↵jenn1999-06-291-1/+8
| | | | | | | | | | -relateddir, and -asidefromdir to tcltest.tcl. Also added exported proc ::tcltest::getMatchingTestFiles to tcltest.tcl. Modified documentation to match and all.tcl to use the new functionality instead of implementing -file itself. Changed some test names in winPipe.test to remove duplicates.
* Adding package tcltest; this replaces the original defs.tcl filejenn1999-06-261-0/+11
that was a part of the test suite.