diff options
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 }}}] + |