[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] Don't build tests as part of plain "make"

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2004-04-02 20:37:49 CEST

On Wed, 31 Mar 2004, Max Bowsher wrote:
> Building tests as part of "make" wastes time if you do not intend to run the
> tests. They will be built on "make check" if not already built anyway.

-1. This comes up every so often; the problem is that "make CFLAGS=-g"
(or whatever) followed by "make check" will compile the test programs with
different flags than the user intended.

That may not be the most compelling reason in the world, but it also
doesn't take very long to build the tests compared to the rest of the
code, so the reason doesn't have to be all that compelling.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 2 20:38:37 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.