This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: dejagnu framework
- To: Alexandre Oliva <aoliva at redhat dot com>
- Subject: Re: dejagnu framework
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Sat, 27 Jan 2001 11:23:42 -0800 (PST)
- cc: Gabriel Dos Reis <gdr at codesourcery dot com>, libstdc++ at gcc dot gnu dot org
> 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.
mark, jason et. al wanted to be able to run the libstdc++-v3 testsuite
and just the c++ testsuite. That's why 'make check-g++' is supposed to do
that.
hmm. maybe another way to do this:
make check-target-g++ == test g++
make check-target-libstdc++-v3 == test v3
make check-target-c++ == test both g++ and v3
we could do this with pretty simple makefile hacks.
-benjamin