automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: how to change the behaviour of "make check"?


From: Eric Siegerman
Subject: Re: how to change the behaviour of "make check"?
Date: Wed, 17 Sep 2003 15:49:21 -0400
User-agent: Mutt/1.2.5i

On Wed, Sep 17, 2003 at 11:28:44AM -0600, Ireneusz SZCZESNIAK wrote:
> But I only want "make" to ignore errors from running tests, not all
> errors.

Try something like:
        make && make -k check

The first one builds, and dies on any error.  The second one,
which only runs if the first one succeeded, runs the tests
while ignoring errors.

--

|  | /\
|-_|/  >   Eric Siegerman, Toronto, Ont.        address@hidden
|  |  /
When I came back around from the dark side, there in front of me would
be the landing area where the crew was, and the Earth, all in the view
of my window. I couldn't help but think that there in front of me was
all of humanity, except me.
        - Michael Collins, Apollo 11 Command Module Pilot





reply via email to

[Prev in Thread] Current Thread [Next in Thread]