Re: How to run specific tests

2000-09-28 Thread Gary V. Vaughan
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

How to run specific tests

2000-09-21 Thread Robert Boehne
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 prev