From: Stefano Lattarini Date: Wed, 11 May 2011 14:01:52 +0000 (+0200) Subject: docs: parallel-tests is not experimental anymore X-Git-Tag: v1.11.1b~26^2~8^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9eef973b5ea47cc3495f1a8307d4f7b85aea46f;p=thirdparty%2Fautomake.git docs: parallel-tests is not experimental anymore The parallel-tests driver has now been used quite extensively by a fair number of real-world applications (e.g., GNU coreutils, GNU libtool, GNU grep, and various packages using Gnulib), and thus exposed to adequate on-field testing. So there's no point in declaring it experimental anymore (which would risk to make potential users shy away from it). * doc/automake.texi (Simple Tests using parallel-tests): Do not declare the parallel-tests driver as "experimental" anymore. --- diff --git a/ChangeLog b/ChangeLog index 06b978865..1207390cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2011-05-11 Stefano Lattarini + + docs: parallel-tests is not experimental anymore + The parallel-tests driver has now been used quite extensively + by a fair number of real-world applications (e.g., GNU coreutils, + GNU libtool, GNU grep, and various packages using Gnulib), and + thus exposed to adequate on-field testing. So there's no point + in declaring it experimental anymore (which would risk to make + potential users shy away from it). + * doc/automake.texi (Simple Tests using parallel-tests): Do not + declare the parallel-tests driver as "experimental" anymore. + 2011-05-11 Stefano Lattarini check: document and test $(TEST_SUITE_LOG) overriding diff --git a/doc/automake.texi b/doc/automake.texi index 3d5dcc5ea..d6072bffa 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -8664,9 +8664,6 @@ for exceptional failures. Similar to the simple test driver, the @code{check_*} variables are honored, and the environment variable @env{srcdir} is set during test execution. -This test driver is still experimental and may undergo changes in order -to satisfy additional portability requirements. - @vindex TEST_SUITE_LOG @vindex TESTS The driver operates by defining a set of @command{make} rules to create