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: [EMAIL PROTECTED]
 / __|__ _ _ ___ _| | / / | / /_ _ _  _ __ _| |_  __ _ ___       [EMAIL PROTECTED] 
| (_ / _` | '_|// / |/ /| |/ / _` | || / _` | ' \/ _` | _ \
 \___\__,_|_|\_, /|___(_)___/\__,_|\_,_\__, |_||_\__,_|//_/
home page:  /___/                      /___/                  gpg public key:
http://www.oranda.demon.co.uk           http://www.oranda.demon.co.uk/key.asc

_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool

Reply via email to