Re: AM_DEFAULT_SOURCE_EXT (was: Parallel tests execution [0/4])

2008-10-19 Thread Akim Demaille
Le 18 oct. 08 à 03:02, Ralf Wildenhues a écrit : * Akim Demaille wrote on Thu, Oct 16, 2008 at 04:11:22PM CEST: I wish I could define AM_DEFAULT_SOURCE_EXT = .cc or whatever, so that I wouldn't have to define all the foo_SOURCES. I agree extension is better than suffix. (Even if

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 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

Re: Parallel tests execution [0/4]

2008-10-15 Thread Jim Meyering
Ralf Wildenhues [EMAIL PROTECTED] wrote: Hello everyone, These four patches implement parallel execution of TESTS in Automake, adapted from the check.mk file Akim Demaille posted earlier. I would be delighted about review, comments, bug reports, any feedback. There are a couple of

Re: Parallel tests execution [0/4]

2008-10-15 Thread Ralf Wildenhues
Hi Jim, * Jim Meyering wrote on Wed, Oct 15, 2008 at 09:13:54PM CEST: Ralf Wildenhues [EMAIL PROTECTED] wrote: 12) allow for additional output on stdout/stderr? example: test was skipped because of $reason. This would be nice. It'd would be useful also to mark as surprising or