Re: Fixing plural case in Banner

2008-10-12 Thread William Pursell
Ralf Wildenhues wrote: Hello William, thanks for the patches. Here's a pretty nitty review, I hope you don't mind. I don't mind in the slightest. I've spent a ridiculous amount of time over the last few years writing a lot of shell code duplicating autoconf functionality, and would like to

Re: magic variables for included fragments (was: Feature request)

2008-10-12 Thread Ralf Wildenhues
[ moving to automake-patches; this is ] * Ralf Wildenhues wrote on Sun, Oct 12, 2008 at 10:46:06PM CEST: > > I'll follow up on automake-patches with a patch to test. Here we go. WDYT? Cheers, Ralf Recursive `include' and

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

2008-10-12 Thread Ralf Wildenhues
Documentation for the parallel-tests driver. * doc/automake.texi (Tests, Options): Document the `parallel-tests' option, including new features of the test driver. * NEWS: Update. diff --git a/NEWS b/NEWS index ed71e9e..6171e2e 100644 --- a/NEWS +++ b/NEWS @@ -101,6 +101,11 @@

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

2008-10-12 Thread Ralf Wildenhues
New tests for `parallel-tests'. * tests/parallel-tests.test: New file, to expose a bunch of features of `parallel-tests': VERBOSE, clean, TEST_SUITE_LOG, test dependencies, DISABLE_HARD_ERRORS, LAZY_TEST_SUITE. * tests/parallel-tests2.test: New file, test check-html. *

parallel-tests: Ensure backward-compatible semantics. [2/4]

2008-10-12 Thread Ralf Wildenhues
parallel-tests: Ensure backward-compatible semantics. For each test in Automake's test suite that uses TESTS, generate an identical one that uses the `parallel-tests' option, for coverage of backward-compatible functionality. * tests/gen-parallel-tests: New file, gener

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

2008-10-12 Thread Ralf Wildenhues
Parallel test execution: new option `parallel-tests'. 2008-07-05 Akim Demaille <[EMAIL PROTECTED]> Jim Meyering <[EMAIL PROTECTED]> Benoit Sigoure <[EMAIL PROTECTED]> Ralf Wildenhues <[EMAIL PROTECTED]> * automake.in (handle_tests): Set new conditional PAR

Parallel tests execution [0/4]

2008-10-12 Thread Ralf Wildenhues
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 questions at the end. Design considerations: 1) shoul

[PATCH] Nicer 'make dist' output.

2008-10-12 Thread Ralf Wildenhues
The output of 'make dist' has become more and more cluttered. I am thinking of two choices to clean it up: - either post all commands, i.e., each cp and all, - or just post basically one line per directory, - or post nothing. The patch below goes the second way. I've pushed it now, but I'd apprec

Re: typo in comment in tests/defs.in

2008-10-12 Thread Ralf Wildenhues
Hi William, * William Pursell wrote on Sat, Oct 11, 2008 at 06:58:47AM CEST: > --- a/tests/defs.in > +++ b/tests/defs.in > @@ -152,7 +152,7 @@ do >CC=icc >export CC ># There is no way to ask *only* the compiler's version. > - # This tool always want to do something (by

Re: Fixing plural case in Banner

2008-10-12 Thread Ralf Wildenhues
Hello William, thanks for the patches. Here's a pretty nitty review, I hope you don't mind. * William Pursell wrote on Sat, Oct 11, 2008 at 05:27:25AM CEST: > Ralf Wildenhues wrote: >>> + if test "$$all" -eq 1; then \ >>> + tests="test"; \ >>> + All=""; \ >>> + else \ >>> +