This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/29700] check requires autogen
- From: "ebotcazou at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Nov 2006 17:33:44 -0000
- Subject: [Bug other/29700] check requires autogen
- References: <bug-29700-455@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #7 from ebotcazou at gcc dot gnu dot org 2006-11-06 17:33 -------
> `make' performing all tests is not enough to test successfully. The
> test failures normally result in make error, ignored by `-k' or not.
The GCC testsuite is DejaGNU-based so it is to be invoked with make -k check.
> One looks for such error messages in `make' output. Having to sieve
> out other sorts of errors, those caused by missing `autogen', at least
> complicates use of tests and automating it in particular. This is why
> considering `-k' workaround unacceptable.
This is not a workaround. See http://gcc.gnu.org/install/test.html.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29700