OK, this is really nitpicking, so brace yourself...
The tests silent{3,4,9}.test must be kept in sync (they check for
silent-rules mode with libtool respectively in standard depmode case,
non-fastdep case and nodep case). This is fully reflected in comments
of silent{4,9}.test; however, the com
Finally, a "cleanup" patch for `silent5.test'.
* tests/silent5.test: Removed by hand all generated C files after
non-verbose builds, to ensure the following builds are clean.
A couple of greps of make's output have been made stricter.
Extended test description telling it's fine if it overlaps a bi
New tests for Automake silent-mode with Fortran (77 and 90).
* tests/silentf77.test: New test.
* tests/silentf90.test: Likewise.
* tests/Makefile.am (TESTS): Updated accordingly.
From b13c7b13ef07fa92df96f643c3f0e463d32b6276 Mon Sep 17 00:00:00 2001
From: Stefano Lattarini
Date: Thu, 22 Apr 2010
New test `silentcxx.test': checks Automake silent-mode with C++.
* tests/silentcxx.test: New test.
* tests/Makefile.am (TESTS): Updated accordingly.
From f4354b30461779c150af5c281562e9e4ea414f64 Mon Sep 17 00:00:00 2001
From: Stefano Lattarini
Date: Thu, 22 Apr 2010 21:08:10 +0200
Subject: [PATCH
New test `silentyacc.test': checks Automake silent-mode with Yacc.
* tests/silentyacc.test: New test.
* tests/Makefile.am (TESTS): Updated accordingly.
From 18460a891387aa84b7a92a9e5b8401da8202ae0a Mon Sep 17 00:00:00 2001
From: Stefano Lattarini
Date: Thu, 22 Apr 2010 21:08:10 +0200
Subject: [PA
New test `silentlex.test': checks Automake silent-mode with Lex.
* tests/silentlex.test: New test.
* tests/Makefile.am (TESTS): Updated accordingly.
From b66f995d3c861f66991abcd3a635e6bf506fa884 Mon Sep 17 00:00:00 2001
From: Stefano Lattarini
Date: Thu, 22 Apr 2010 21:08:10 +0200
Subject: [PATCH
Hello automakers.
Here I propose a series of patches to improve the granularity and
modularity of the tests checking Automake's silent-mode with languages
other than C.
Currently, almost all these tests are crammed into the single test
script `silent5.test'. This makes them more difficult to