Re: Parallel tests execution [0/4]

2008-10-16 Thread Akim Demaille
While talking about test suites, there is a simple change that would make several Makefile.ams much shorter. Often tests are simple one-compilation-unit programs, in which case the convention that foo_SOURCES defaults to foo.c saves lot of dummy typing (especially if there are many foos). But

Re: Parallel test execution: new option `parallel-tests': [1/4]

2008-10-16 Thread Akim Demaille
RW == Ralf Wildenhues [EMAIL PROTECTED] writes: +case fail=$$fail:xpass=$$xpass:xfail=$$xfail in \ + fail=0:xpass=0:xfail=0) \ +msg=$$All$$all $$tests passed. ; \ +exit=true;;

Re: New tests for `parallel-tests'. [3/4]

2008-10-16 Thread Akim Demaille
RW == Ralf Wildenhues [EMAIL PROTECTED] writes: + # Try the variants that are tried in check.am. + while :; do + for r2h in $RST2HTML rst2html rst2html.py; do + echo $me: running $r2h --version + $r2h --version break 2 + done + exit 77 + done +

Re: Documentation for the parallel-tests driver. [4/4]

2008-10-16 Thread Akim Demaille
RW == Ralf Wildenhues [EMAIL PROTECTED] writes: [EMAIL PROTECTED] Simple tests using @samp{parallel-tests} [EMAIL PROTECTED] @option{parallel-tests}, Using +The option @option{parallel-tests} (@pxref{Options}) enables a test +suite driver that is mostly compatible to the simple test

Re: Parallel tests execution [0/4]

2008-10-16 Thread Ralf Wildenhues
Hi Akim, thanks for the feedback! * Akim Demaille wrote on Thu, Oct 16, 2008 at 04:05:47PM CEST: RW == Ralf Wildenhues [EMAIL PROTECTED] writes: These four patches implement parallel execution of TESTS in Automake, adapted from the check.mk file Akim Demaille posted earlier. For the