From: Stefano Lattarini Date: Mon, 13 Dec 2010 23:21:07 +0000 (+0100) Subject: Merge branch 'tests-libobj-fix' X-Git-Tag: ng-0.5a~306 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=423f2f8bcbbcc5936341521d9bf9a352cda994c7;p=thirdparty%2Fautomake.git Merge branch 'tests-libobj-fix' --- 423f2f8bcbbcc5936341521d9bf9a352cda994c7 diff --cc ChangeLog index 0a5e0e47e,261cde81b..d61bbf55c --- a/ChangeLog +++ b/ChangeLog @@@ -1,28 -1,19 +1,44 @@@ + 2010-12-13 Stefano Lattarini + + 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 + + Fix testsuite failure of check12.test without DejaGNU. + * tests/check12.test: Require runtest. + +2010-12-12 Stefano Lattarini + + Tests defs: more uses of $top_testsrcdir. + * tests/compile6.test: Use `$top_testsrcdir' instead of + `$testsrcdir/..'. + +2010-11-12 Stefano Lattarini + + 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 + Ralf Wildenhues + + Tests defs: avoid some useless subshells. + * tests/defs: In the loop on "$required" tools: avoid subshells + where not needed. + 2010-12-09 Stefano Lattarini Extend tests on AC_LIBOBJ and friends.