This is the mail archive of the cygwin-patches mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] utils/path.cc fixes and testsuite


On Mar  8 22:24, Christopher Faylor wrote:
> On Sat, Mar 08, 2008 at 07:10:03PM -0800, Brian Dessent wrote:
> >Index: Makefile.in
> >===================================================================
> >RCS file: /cvs/src/src/winsup/utils/Makefile.in,v
> >retrieving revision 1.69
> >diff -u -p -r1.69 Makefile.in
> >--- Makefile.in	8 Mar 2008 17:52:49 -0000	1.69
> >+++ Makefile.in	9 Mar 2008 03:01:17 -0000
> >@@ -99,10 +99,23 @@ else
> > all: warn_cygcheck_zlib
> > endif
> > 
> >-# the rest of this file contains generic rules
> >-
> > all: Makefile $(CYGWIN_BINS) $(MINGW_BINS)
> > 
> >+# test harness support (note: the "MINGW_BINS +=" should come after the
> >+# "all:" above so that the testsuite is not run for "make" but only
> >+# "make check".)
> >+MINGW_BINS += testsuite.exe

Doesn't that install testsuite.exe at `make install' time?


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]