summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhershey <hershey>1998-12-07 23:33:53 (GMT)
committerhershey <hershey>1998-12-07 23:33:53 (GMT)
commit7de7608f5358f5233bd94d27d290b2e938aaf4fc (patch)
tree14273ae1756ea36a83d1b6ad3c03e6830622b07a
parent31802410ac32004b0202b6b9a111dd12a31eb5eb (diff)
downloadtcl-7de7608f5358f5233bd94d27d290b2e938aaf4fc.zip
tcl-7de7608f5358f5233bd94d27d290b2e938aaf4fc.tar.gz
tcl-7de7608f5358f5233bd94d27d290b2e938aaf4fc.tar.bz2
added pkg and pkg1 to list of files to copy to the current working dir, if
the cwd is not tk8.0/tests
-rw-r--r--tests/all4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/all b/tests/all
index 87d4d84..04ac435 100644
--- a/tests/all
+++ b/tests/all
@@ -2,14 +2,14 @@
# tests. Execute it by invoking "source all" when running tclTest
# in this directory.
#
-# RCS: @(#) $Id: all,v 1.4 1998/12/04 04:18:20 hershey Exp $
+# RCS: @(#) $Id: all,v 1.5 1998/12/07 23:33:53 hershey Exp $
set TESTS_DIR [file join [pwd] [file dirname [info script]]]
source [file join $TESTS_DIR defs]
set currentDir [pwd]
catch {array set flag $argv}
-set requiredSourceFiles [list autoMkindex.tcl remote.tcl defs]
+set requiredSourceFiles [list autoMkindex.tcl remote.tcl defs pkg pkg1]
#
# Set the TMP_DIR to pwd or the arg of -tmpdir, if given.