This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: 'make check' does nothing?
Jason Merrill <jason_merrill@redhat.com> writes:
| >>>>> "Gabriel" == Gabriel Dos Reis <Gabriel.Dos-Reis@cmla.ens-cachan.fr> writes:
|
| > Phil Edwards <pedwards@disaster.jaj.com> writes:
| > | On Mon, May 21, 2001 at 02:37:44PM +0100, Jason Merrill wrote:
| > | > I'm seeing this, too.
| > |
| > | Data point: mkcheck still works.
|
| > As it should. DejaGnu works properly if and only if some conventions
| > are fully respected.
|
| The point being that currently it doesn't work properly, it doesn't run any
| tests. Which conventions aren't being respected?
DejaGnu looks for tool[.xxx] in the testuite directory and run each
yyy.exp found therein. For some reason libstdc++-v3/*.exp is not
being found.
-- Gaby