Re: running tests in parallel

2007-02-07 Thread David Fang
> > It would be nice if it were possible to run tests in parallel using > > automake. Waiting for tests to complete on a 4-way box while they > > are run > > on a single CPU is annoying. As most 'make' implementations already > > support running in parallel (-j), automake could just utilize this

Re: running tests in parallel

2007-02-07 Thread Akim Demaille
It would be nice if it were possible to run tests in parallel using automake. Waiting for tests to complete on a 4-way box while they are run on a single CPU is annoying. As most 'make' implementations already support running in parallel (-j), automake could just utilize this functionality to