[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 22:05:03 CEST

On Fri, 2004-04-02 at 14:59, C. Michael Pilato wrote:
> Greg Hudson <ghudson@MIT.EDU> writes:
>
> > -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.
>
> Is it so much to ask of a user that if they intend to tweak their
> build of Subversion corestuffs, they tweak their build of the tests
> similarly?

It's not the end of the world, no. But "make check" isn't supposed to
build the tests; it's supposed to run them. "make all" (or just "make"
for short) is supposed to build the tests, since, you know, they're part
of "all".

If it took a long time to build the tests, I'd be willing to bend, but I
just don't see the point. Unnecessary optimization is the root of all
evil. (Okay, 65% of all evil.)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 2 22:05:24 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.