Re: dependencies for lazy make check

2010-04-04 Thread Ralf Wildenhues
* Peter Johansson wrote on Sun, Apr 04, 2010 at 05:05:38PM CEST: > I've just upgraded one of my projects to automake 1.11 in order to > use the parallel-tests driver. Both the manual [1] and the Ralf's > post here [2] describes how to run the test suite lazily as > ` make check RECHECK_LOGS='. My q

dependencies for lazy make check

2010-04-04 Thread Peter Johansson
Hi, I've just upgraded one of my projects to automake 1.11 in order to use the parallel-tests driver. Both the manual [1] and the Ralf's post here [2] describes how to run the test suite lazily as ` make check RECHECK_LOGS='. My question is how it is determined which tests are run in this case