From: Stefano Lattarini Date: Thu, 9 Sep 2010 13:21:23 +0000 (+0200) Subject: Merge branch 'maint' X-Git-Tag: v1.11b~541 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a5413de9ad483b1094eab71636ce4b6fee3b0218;p=platform%2Fupstream%2Fautomake.git Merge branch 'maint' --- a5413de9ad483b1094eab71636ce4b6fee3b0218 diff --cc ChangeLog index 36be637,9444b66..6b1b6db --- a/ChangeLog +++ b/ChangeLog @@@ -1,5 -1,19 +1,21 @@@ 2010-09-08 Stefano Lattarini + Make some `confh*.test' tests more "semantic" (plus tweakings). + * tests/confh.test: Run "autoconf", "configure" and "make check", + instead of munging/grepping the generated `Makefile.in'. + * tests/confh4.test: Relax the grepping of Makefile.in w.r.t. + white spaces. Do not create usless dummy source file `foo.c' + and useless dummy header file `acconfig.h'. + (configure.in): Remove superfluous call to `AC_OUTPUT'. + * tests/confh6.test: Add trailing `:' command. + * tests/confh7.test: In comments, add reference to ... + * tests/confh8.test: ... this new test, "semantic" sister + of `confh7.test'. + * tests/Makefile.am (TESTS): Updated. + Prompted by a report from Ralf Wildenhues. + ++2010-09-08 Stefano Lattarini ++ Remove useless whitespace padding in XFAIL_TESTS definition. * tests/Makefile.am (XFAIL_TESTS): Remove whitespace padding. diff --cc tests/Makefile.in index e6c1063,e967caa..d64b7ac --- a/tests/Makefile.in +++ b/tests/Makefile.in @@@ -251,18 -244,35 +251,18 @@@ top_build_prefix = @top_build_prefix top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ XFAIL_TESTS = \ - all.test \ - auxdir2.test \ - cond17.test \ - gcj6.test \ + all.test \ + auxdir2.test \ + cond17.test \ + gcj6.test \ txinfo5.test -parallel_tests = \ -check-p.test \ -check10-p.test \ -check11-p.test \ -check2-p.test \ -check3-p.test \ -check4-p.test \ -check5-p.test \ -check6-p.test \ -check7-p.test \ -check8-p.test \ -check9-p.test \ -color-p.test \ -color2-p.test \ -comment9-p.test \ -dejagnu-p.test \ -exeext4-p.test \ -maken3-p.test \ -maken4-p.test \ -pr401-p.test \ -pr401b-p.test \ -pr401c-p.test - +parallel_tests = check-p.test check10-p.test check11-p.test \ + check2-p.test check3-p.test check4-p.test check5-p.test \ + check6-p.test check7-p.test check8-p.test check9-p.test \ + color-p.test color2-p.test comment9-p.test dejagnu-p.test \ + exeext4-p.test maken3-p.test maken4-p.test pr401-p.test \ + pr401b-p.test pr401c-p.test MAINTAINERCLEANFILES = $(parallel_tests) TESTS = \ aclibobj.test \