Merge branch 'fix-distcheck'
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 8 Jun 2010 18:52:11 +0000 (20:52 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 8 Jun 2010 18:52:11 +0000 (20:52 +0200)
* fix-distcheck:
  Fix error in generation of parallel tests.

1  2 
ChangeLog
tests/Makefile.am
tests/Makefile.in

diff --cc ChangeLog
+++ b/ChangeLog
@@@ -1,72 -1,16 +1,85 @@@
  2010-06-08  Stefano Lattarini  <stefano.lattarini@gmail.com>
+           Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+       Fix error in generation of parallel tests.
+       * tests/defs.in ($am_skip_defs): New variable, to be used when
+       ./defs must be sourced multiple times.  If set, unset it and
+       only define $srcdir; otherwise, also go through the rest of
+       the script.
+       ($am_defs_included): Remove, no more needed.
+       * tests/Makefile.am ($(parallel_tests)): Update accordingly,
+       using only $srcdir from defs.
+       Fixes potential test failures of tests that use $required.
++2010-06-08  Stefano Lattarini  <stefano.lattarini@gmail.com>
 +
 +      Enable `errexit' shell flag in some test scripts.
 +      * tests/subcond.test: Enabled `errexit' shell flag, and related
 +      minor changes.
 +      * tests/subst.test: Likewise.
 +      * tests/vars.test: Likewise.
 +      * tests/version4.test: Likewise.
 +      * tests/vpath.test: Likewise.
 +      * tests/vtexi2.test: Likewise.
 +      * tests/werror.test: Likewise.
 +      * tests/whoami.test: Likewise.
 +      * tests/tags.test: Likewise, and avoid to crate an useless dummy
 +      header file.
 +      * tests/acsilent.test: Likewise, and don't use an easily-avoided
 +      command substitution.
 +      * tests/unused.test: Likewise, and don't use an easily-avoided
 +      command substitution.
 +      * tests/version.test: Likewise, and avoid deprecated constructs
 +      in the generated `configure.in'.
 +      * tests/version2.test: Likewise, and avoid deprecated constructs
 +      in the generated `configure.in'.
 +
 +2010-06-07  Stefano Lattarini  <stefano.lattarini@gmail.com>
 +          Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 +
 +      Improve declaration of dependencies in the testsuite.
 +      * tests/Makefile.am (check_SCRIPTS): Remove.  Instead, let ...
 +      ($(TEST_LOGS)): ... all test logs depend on the scripts.
 +      * test/gen-parallel-tests: For each parallel test foo-p.test,
 +      let `foo-p.log' also depend on `foo.test', since it is sourced.
 +
 +2010-06-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 +
 +      Coverage for TAGS_DEPENDENCIES warning.
 +      * tests/tags2.test: New test.
 +      * tests/Makefile.am: Update.
 +
 +      Coverage for use of anachronistic variables.
 +      * tests/oldvars.test: New test.
 +      * tests/Makefile.am: Update.
 +
 +      Testsuite coverage for bogus macro file serial numbers.
 +      * tests/acloca18.test: Also test ill-formed serial numbers
 +      and serial numbers after macro definitions.
 +
 +      Coverage for aclocal diagnosing underquoted macros.
 +      * tests/acloca23.test: New test.
 +      * tests/Makefile.am: Update.
 +
 +2010-06-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 +
 +      Prefer AUTOMAKE_fails over `$AUTOMAKE | grep' in tests.
 +      * tests/ldadd.test: Enable errexit.  Use AUTOMAKE_fails so
 +      the verbose log contains all output.
 +      * tests/mdate.test: Likewise.
 +      Prompted by Stefano Lattarini's change to discover.test.
 +
 +2010-06-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 +
 +      More minor message fixes.
 +      * aclocal.in (scan_file): Fix recommended info command line.
 +      * automake.in (handle_lib_objects): No need to prepend function
 +      name to prog_error message.
 +      (handle_tags): Add missing word and missing space in error
 +      message.
 +      (handle_dist): Add missing closing single quote in message.
 +      Line-wrap one long message for readability.
 +
  2010-06-06  Stefano Lattarini  <stefano.lattarini@gmail.com>
            Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
  
Simple merge
Simple merge