This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Running parts of the testsuite
- From: Eric Botcazou <ebotcazou at adacore dot com>
- To: Florian Weimer <fweimer at redhat dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 11 Jun 2012 16:34:08 +0200
- Subject: Re: Running parts of the testsuite
- References: <4FD5E50B.908@redhat.com>
> <http://gcc.gnu.org/install/test.html> says:
>
> ----------------------------------------------------------------------
>
> Likewise, in order to run only the g++ “old-deja” tests in the testsuite
> with filenames matching `9805*', you would use
>
> make check-g++ RUNTESTFLAGS="old-deja.exp=9805* other-options"
>
> The *.exp files are located in the testsuite directories of the GCC
> source, the most important ones being compile.exp, execute.exp, dg.exp
> and old-deja.exp. To get a list of the possible *.exp files, pipe the
> output of `make check' into a file and look at the `Running ... .exp'
> lines.
>
> ----------------------------------------------------------------------
>
> The target is called "check-c++" these days.
At toplevel, but not if you are in the gcc/ subdir, as is implicit above.
--
Eric Botcazou