From: Stefano Lattarini Date: Sun, 26 May 2013 09:23:29 +0000 (+0200) Subject: NEWS: document testsuite work for 1.13.3 X-Git-Tag: v1.13.2b~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf81b6d1e7e9a9cc0ee310f0b232f20e9eb7c392;p=thirdparty%2Fautomake.git NEWS: document testsuite work for 1.13.3 Signed-off-by: Stefano Lattarini --- diff --git a/NEWS b/NEWS index 3b6814da0..ab519c427 100644 --- a/NEWS +++ b/NEWS @@ -87,6 +87,26 @@ New in 1.13.3: - Byte-compilation of Emacs lisp files could fail spuriously on Solaris, when /bin/ksh or /usr/xpg4/bin/sh were used as shell. +* Testsuite work: + + - The test cases no longer have the executable bit set. This should + make it clear that they are not meant to be run directly; as + explained in t/README, the can only be run through the custom + 'runtest' script, or by a "make check" invocation. + + - The testsuite has seen the introduction of a new helper function + 'run_make', and several related changes. These serve a two-fold + purpose: + + 1. Removing brittleness due to the use of "make -e" in test cases. + + 2. Seamlessly allowing the use of parallel make ("make -j...") in + the test cases, even where redirection of make output is involved + (see automake bug#11413 for a description of the subtle issues in + this area). + + - Some other minor, miscellaneous changes and fixlets. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ New in 1.13.2: