diff options
author | hobbs <hobbs> | 2000-09-29 21:43:31 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-09-29 21:43:31 (GMT) |
commit | 4d2a64753ddf42181809e9c78642b9f3e04bbe95 (patch) | |
tree | a78258e36810d32634801e70e73f29882249a813 /win/Makefile.in | |
parent | 8005d246ab941564f32c4a93c3c73eb1a13e3269 (diff) | |
download | tcl-4d2a64753ddf42181809e9c78642b9f3e04bbe95.zip tcl-4d2a64753ddf42181809e9c78642b9f3e04bbe95.tar.gz tcl-4d2a64753ddf42181809e9c78642b9f3e04bbe95.tar.bz2 |
* win/Makefile.in: commented use of TESTFLAGS
* unix/Makefile.in: added TESTFLAGS to test target to
conform with Windows makefile and TEA style.
Diffstat (limited to 'win/Makefile.in')
-rw-r--r-- | win/Makefile.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/win/Makefile.in b/win/Makefile.in index d28ffd9..107e14b 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -5,7 +5,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.39 2000/09/28 06:36:27 hobbs Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.40 2000/09/29 21:43:32 hobbs Exp $ VERSION = @TCL_VERSION@ @@ -512,6 +512,10 @@ install-libraries: install-doc: +# Specifying TESTFLAGS on the command line is the standard way to pass +# args to tcltest, ie: +# % make test TESTFLAGS="-verbose bps -file fileName.test" + test: binaries $(TCLTEST) TCL_LIBRARY="$(LIBRARY_DIR)"; export TCL_LIBRARY; \ ./$(TCLTEST) "$(ROOT_DIR_NATIVE)/tests/all.tcl" $(TESTFLAGS) \ |