summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorstanton <stanton>1999-02-02 23:01:15 (GMT)
committerstanton <stanton>1999-02-02 23:01:15 (GMT)
commit9708a6b49c268ebfe21935663a6b22f0ffa08d1d (patch)
treeae2637243bebf7a836bef31385d0a49b8731c433 /win
parent3b21460697712da106e06fb0d6b9c34b80c7f63c (diff)
downloadtcl-9708a6b49c268ebfe21935663a6b22f0ffa08d1d.zip
tcl-9708a6b49c268ebfe21935663a6b22f0ffa08d1d.tar.gz
tcl-9708a6b49c268ebfe21935663a6b22f0ffa08d1d.tar.bz2
Changed to pass registry dll path into test script so the test doesn't
depend on being able to find a working pkgIndex.tcl file
Diffstat (limited to 'win')
-rw-r--r--win/makefile.vc5
1 files changed, 3 insertions, 2 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index 366e49f..1d3e2b3 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -4,7 +4,7 @@
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
# Copyright (c) 1995-1996 Sun Microsystems, Inc.
-# RCS: @(#) $Id: makefile.vc,v 1.22 1999/01/06 21:08:51 stanton Exp $
+# RCS: @(#) $Id: makefile.vc,v 1.23 1999/02/02 23:01:15 stanton Exp $
# Does not depend on the presence of any environment variables in
# order to compile tcl; all needed information is derived from
@@ -298,7 +298,8 @@ install: install-binaries install-libraries
test: setup $(TCLTEST) dlls $(CAT16) $(CAT32)
copy $(WINDIR)\pkgIndex.tcl $(OUTDIR)
set TCL_LIBRARY=$(ROOT)/library
- $(TCLTEST) <<
+ $(TCLTEST) << "$(TCLREGDLL)"
+ load [lindex $$argv 0] registry
cd ../tests
source all
<<