summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorwart <wart>1999-11-13 01:35:43 (GMT)
committerwart <wart>1999-11-13 01:35:43 (GMT)
commit61c5d130c81598ba4ed1cae3f30747b89f023e7a (patch)
tree1fd1931751e0d73457afc09cf3494bd5237959e3 /unix
parent04cff1ae61aba403e854b7e583552b004155ac49 (diff)
downloadtcl-61c5d130c81598ba4ed1cae3f30747b89f023e7a.zip
tcl-61c5d130c81598ba4ed1cae3f30747b89f023e7a.tar.gz
tcl-61c5d130c81598ba4ed1cae3f30747b89f023e7a.tar.bz2
Added support for the TCLTESTARGS method for passing in additional test arguments
Diffstat (limited to 'unix')
-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' \