From a9eef973b5ea47cc3495f1a8307d4f7b85aea46f Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Wed, 11 May 2011 16:01:52 +0200 Subject: [PATCH] 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. --- ChangeLog | 12 ++++++++++++ doc/automake.texi | 3 --- 2 files changed, 12 insertions(+), 3 deletions(-) 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 -- 2.47.2