summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwart <wart@noemail.net>1999-11-13 01:35:42 (GMT)
committerwart <wart@noemail.net>1999-11-13 01:35:42 (GMT)
commit6376e63d326d39ff773d62ac31de45bdc687dc15 (patch)
tree1fd1931751e0d73457afc09cf3494bd5237959e3
parentd498bd26716e91df91e93f30dde629eb0b230c68 (diff)
downloadtcl-6376e63d326d39ff773d62ac31de45bdc687dc15.zip
tcl-6376e63d326d39ff773d62ac31de45bdc687dc15.tar.gz
tcl-6376e63d326d39ff773d62ac31de45bdc687dc15.tar.bz2
Added support for the TCLTESTARGS method for passing in additional test arguments
FossilOrigin-Name: 59a4bb8d6ca3b86711c9a542dd25351e4f9a3698
-rw-r--r--unix/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index a36f5bb..8ae2101 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -5,7 +5,7 @@
# "autoconf" program (constructs like "@foo@" will get replaced in the
# actual Makefile.
#
-# RCS: @(#) $Id: Makefile.in,v 1.48 1999/10/13 00:32:49 hobbs Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.49 1999/11/13 01:35:43 wart Exp $
VERSION = @TCL_VERSION@
@@ -431,7 +431,7 @@ test: tcltest
LIBPATH=`pwd`:${LIBPATH}; export LIBPATH; \
SHLIB_PATH=`pwd`:${SHLIB_PATH}; export SHLIB_PATH; \
TCL_LIBRARY="${TCL_BUILDTIME_LIBRARY}"; export TCL_LIBRARY; \
- ./tcltest $(TOP_DIR)/tests/all.tcl
+ ./tcltest $(TOP_DIR)/tests/all.tcl $(TCLTESTARGS)
# Useful target to launch a built tcltest with the proper path,...
runtest: tcltest
@@ -460,7 +460,7 @@ topDirName:
gendate:
yacc -l $(GENERIC_DIR)/tclGetDate.y
sed -e 's/yy/TclDate/g' -e '/^#include <values.h>/d' \
- -e 's?SCCSID?RCS: @(#) $$Id: Makefile.in,v 1.48 1999/10/13 00:32:49 hobbs Exp $$?' \
+ -e 's?SCCSID?RCS: @(#) $$Id: Makefile.in,v 1.49 1999/11/13 01:35:43 wart Exp $$?' \
-e '/#ifdef __STDC__/,/#endif/d' -e '/TclDateerrlab:/d' \
-e '/TclDatenewstate:/d' -e '/#pragma/d' \
-e '/#include <inttypes.h>/d' \