]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Merge branch 'tests-libobj-fix'
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 13 Dec 2010 23:21:07 +0000 (00:21 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 13 Dec 2010 23:21:07 +0000 (00:21 +0100)
1  2 
ChangeLog

diff --cc ChangeLog
index 0a5e0e47eaa6f291b0d65e2aed21116e85e9adf0,261cde81b24927cb0ed219f0c6f489a7683ee0ea..d61bbf55c2335eda5adb4105e8387ec9ed28a026
+++ b/ChangeLog
@@@ -1,28 -1,19 +1,44 @@@
+ 2010-12-13  Stefano Lattarini  <stefano.lattarini@gmail.com>
+       Libobj tests: refer to automake bug tracker for limitations.
+       * tests/libobj15b.test (configure.in): In the comment explaining
+       why an apparently redundant AC_OUTPUT is indeed needed, refer
+       to the relevant entry in the Automake bug tracker rather than
+       describing the bug in detail with a FIXME-style comment.
+       * tests/libobj15c.test: Likewise.
+       * tests/libobj20b.test: Likewise.
+       Libobj tests: do not use `##' automake comments in-line.
+       * tests/libobj19.test (Makefile.am): Do not use inline `##'
+       comments in the definition of AUTOMAKE_OPTIONS.
+       * tests/libobj20c.test: Likewise.
+       Report by Ralf Wildenhues.
 +2010-12-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 +
 +      Fix testsuite failure of check12.test without DejaGNU.
 +      * tests/check12.test: Require runtest.
 +
 +2010-12-12  Stefano Lattarini  <stefano.lattarini@gmail.com>
 +
 +      Tests defs: more uses of $top_testsrcdir.
 +      * tests/compile6.test: Use `$top_testsrcdir' instead of
 +      `$testsrcdir/..'.
 +
 +2010-11-12  Stefano Lattarini  <stefano.lattarini@gmail.com>
 +
 +      Tests required tools: also try `-v' option for GNU compilers.
 +      * tests/defs.in: In the loop on "$required" tools, for gcc
 +      and g++, also run "gcc -v" (resp. "g++ -v"), to get more
 +      information, and for consistency with gcj.
 +
 +2010-11-12  Stefano Lattarini  <stefano.lattarini@gmail.com>
 +          Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 +
 +      Tests defs: avoid some useless subshells.
 +      * tests/defs: In the loop on "$required" tools: avoid subshells
 +      where not needed.
 +
  2010-12-09  Stefano Lattarini  <stefano.lattarini@gmail.com>
  
        Extend tests on AC_LIBOBJ and friends.