libtool
[Top][All Lists]
Advanced

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

Re: How to run specific tests


From: Gary V. Vaughan
Subject: Re: How to run specific tests
Date: Thu, 28 Sep 2000 19:12:41 +0100
User-agent: Mutt/1.2.5i

On Thu, Sep 21, 2000 at 03:16:55PM -0500, Robert Boehne wrote:
> How can I run specific tests? i.e. only one of the
> tests that are run with "make check"?
> I have my AIX w/ g++ port down to three failed tests,
> hardcode.test, and two others.  I tried to comment
> out the ones that passed in the Makefile, but they
> depend on each other, and that made others, that
> previously passed, fail.  It takes so long to run
> all the tests that it'll be weeks before I finish!

The incantation from the command line is:

$ env VERBOSE=1 make check TESTS='foo.test bar.test'

If you try to run a test which depends on another in this way, it
should tell you what the missing dependencies are (if it doesn't, that
is a bug!).

Cheers,
        Gary.
-- 
  ___              _   ___   __              _         mailto: address@hidden
 / __|__ _ _ ___ _| | / / | / /_ _ _  _ __ _| |_  __ _ ___       address@hidden 
| (_ / _` | '_|// / |/ /| |/ / _` | || / _` | ' \/ _` | _ \
 \___\__,_|_|\_, /|___(_)___/\__,_|\_,_\__, |_||_\__,_|//_/
home page:  /___/                      /___/                  gpg public key:
http://www.oranda.demon.co.uk           http://www.oranda.demon.co.uk/key.asc



reply via email to

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