diff options
author | hershey <hershey> | 1998-12-07 23:33:53 (GMT) |
---|---|---|
committer | hershey <hershey> | 1998-12-07 23:33:53 (GMT) |
commit | 7de7608f5358f5233bd94d27d290b2e938aaf4fc (patch) | |
tree | 14273ae1756ea36a83d1b6ad3c03e6830622b07a /tests | |
parent | 31802410ac32004b0202b6b9a111dd12a31eb5eb (diff) | |
download | tcl-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
Diffstat (limited to 'tests')
-rw-r--r-- | tests/all | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |