From: Eric Blake Date: Thu, 2 Oct 2008 14:59:37 +0000 (-0600) Subject: ChangeLog for previous commit. X-Git-Tag: v2.63b~290 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9229dcb1044566b16ef901b208db63405095a835;p=thirdparty%2Fautoconf.git ChangeLog for previous commit. Signed-off-by: Eric Blake --- diff --git a/ChangeLog b/ChangeLog index c2771489..6b3f95b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2008-10-02 Ralf Wildenhues + + Implement parallel Autotest test execution: testsuite --jobs. + * lib/autotest/general.m4 (AT_JOB_FIFO_FD): New macro. + (AT_INIT): : New variable. + Accept -j, -jN, --jobs[=N], document them in --help output. + Implement parallel driver loop using a FIFO, enabled with --jobs + and if mkfifo works; otherwise, fall back to sequential loop. + (AT_SETUP): Store, do not output summary progress line if + parallel. + * tests/autotest.at (parallel test execution, parallel truth) + (parallel fallacy, parallel skip): New tests. + * doc/autoconf.texi (testsuite Invocation): Document -j, --jobs, + the mkfifo requirement, and that --errexit may cause concurrent + jobs to finish. + * NEWS: Update. + 2008-09-20 Eric Blake Fix sample isinf definition.