This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: dejagnu framework
Alexandre Oliva <aoliva@redhat.com> writes:
| On Jan 27, 2001, Gabriel Dos Reis <gdr@codesourcery.com> wrote:
|
| > Hmm, I didn't turn it on yet -- it is working for libstdc++-v3 but when I
| > try to invoke it as part of make check-g++, then it gets confused.
|
| Why should you? Isn't it part of the libstdc++-v3 testsuite? If you
| ran it as part of check-g++, it would run twice.
It was requested to be able to test
o V3 as part of check-g++,
o to test V3 alone
So my plan is invoke V3 test as part of check-g++.
-- Gaby