From b15ddd01de0048a7f37b5195ed7c6b44504fd513 Mon Sep 17 00:00:00 2001 From: Kevin B Kenny Date: Wed, 25 Nov 2009 21:02:28 +0000 Subject: * win/Makefile.in: Added a 'test-tcl' rule that is identical to 'test' except that it does not go spelunking in 'pkgs/'. (This rule has existed in unix/Makefile.in for some time.) --- ChangeLog | 6 ++++++ win/Makefile.in | 6 ++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 56c9bb0..ec96636 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-11-25 Kevin B. Kenny + + * win/Makefile.in: Added a 'test-tcl' rule that is identical + to 'test' except that it does not go spelunking in 'pkgs/'. (This + rule has existed in unix/Makefile.in for some time.) + 2009-11-25 Stuart Cassoff * unix/configure.in: [Patch 2892871]: Remove unneeded diff --git a/win/Makefile.in b/win/Makefile.in index 14208f5..f518b29 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -4,7 +4,7 @@ # "./configure", which is a configuration script generated by the "autoconf" # program (constructs like "@foo@" will get replaced in the actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.165 2009/11/23 20:17:36 nijtmans Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.166 2009/11/25 21:02:29 kennykb Exp $ VERSION = @TCL_VERSION@ @@ -721,7 +721,9 @@ install-private-headers: libraries # tcltest, i.e.: # % make test TESTFLAGS="-verbose bps -file fileName.test" -test: binaries $(TCLTEST) test-packages +test: test-tcl test-packages + +test-tcl: binaries $(TCLTEST) TCL_LIBRARY="$(LIBRARY_DIR)"; export TCL_LIBRARY; \ ./$(TCLTEST) "$(ROOT_DIR_NATIVE)/tests/all.tcl" $(TESTFLAGS) \ -load "set ::ddelib [file normalize ${DDE_DLL_FILE}]; \ -- cgit v0.12