dejagnu
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Parrllel Testing


From: Ben Elliston
Subject: Re: Parrllel Testing
Date: Wed, 13 Feb 2008 12:59:24 +1100
User-agent: Mutt/1.5.13 (2006-08-11)

> But what about 'make check' for GCC?  Does
> 
>   make -j5 check
> use 5 subprocesses to run the testsuite?

No, not exactly.  It effectively controls how many languages will be
tested in parallel.  The parallelism is implemented for each
language's make check-* target, using a separate scratch testsuite/
subdirectory for each test run.

Cheers, Ben




reply via email to

[Prev in Thread] Current Thread [Next in Thread]