diff options
author | jenn <jenn> | 1999-06-29 20:14:10 (GMT) |
---|---|---|
committer | jenn <jenn> | 1999-06-29 20:14:10 (GMT) |
commit | c99437b6b643f14bb0cad6e38ecf813f45a41e71 (patch) | |
tree | db7048bf1d37678abffa3e906a7ea4ce4463b05c /library/tcltest1.0/pkgIndex.tcl | |
parent | 3c38d311e45c88777c457a79bf487bed17e43ab4 (diff) | |
download | tcl-c99437b6b643f14bb0cad6e38ecf813f45a41e71.zip tcl-c99437b6b643f14bb0cad6e38ecf813f45a41e71.tar.gz tcl-c99437b6b643f14bb0cad6e38ecf813f45a41e71.tar.bz2 |
Added flags -limitconstraints, -preservecore, -help, -file, -notfile, -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.
Diffstat (limited to 'library/tcltest1.0/pkgIndex.tcl')
-rw-r--r-- | library/tcltest1.0/pkgIndex.tcl | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/library/tcltest1.0/pkgIndex.tcl b/library/tcltest1.0/pkgIndex.tcl index f9e2d30..96b38cc 100644 --- a/library/tcltest1.0/pkgIndex.tcl +++ b/library/tcltest1.0/pkgIndex.tcl @@ -8,4 +8,11 @@ # script is sourced, the variable $dir must contain the # full path name of this file's directory. -package ifneeded tcltest 1.0 [list tclPkgSetup $dir tcltest 1.0 {{tcltest.tcl source {::tcltest::bytestring ::tcltest::cleanupTests ::tcltest::dotests ::tcltest::makeDirectory ::tcltest::makeFile ::tcltest::normalizeMsg ::tcltest::removeDirectory ::tcltest::removeFile ::tcltest::restoreState ::tcltest::saveState ::tcltest::test ::tcltest::threadReap ::tcltest::viewFile memory tcltest:grep}}}] +package ifneeded tcltest 1.0 [list tclPkgSetup $dir tcltest 1.0 \ + {{tcltest.tcl source {::tcltest::bytestring ::tcltest::cleanupTests \ + ::tcltest::dotests ::tcltest::makeDirectory ::tcltest::makeFile \ + ::tcltest::normalizeMsg ::tcltest::removeDirectory \ + ::tcltest::removeFile ::tcltest::restoreState ::tcltest::saveState \ + ::tcltest::test ::tcltest::threadReap ::tcltest::viewFile memory \ + ::tcltest:grep ::tcltest::getMatchingTestFiles }}}] + |