]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
docs: parallel-tests is not experimental anymore
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 11 May 2011 14:01:52 +0000 (16:01 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 11 May 2011 14:07:07 +0000 (16:07 +0200)
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
doc/automake.texi

index 06b9788652950ec7ece53d699f256f49dd210d1d..1207390cf253a375cff4979aca42987e74940239 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2011-05-11  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
+       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  <stefano.lattarini@gmail.com>
 
        check: document and test $(TEST_SUITE_LOG) overriding
index 3d5dcc5ea3157325a292050d4202579703fb9d89..d6072bffa35543a3ebe50f829d80daf33f1461f5 100644 (file)
@@ -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