bug#11287: Various issues with the test suite framework

2012-07-02 Thread Stefano Lattarini
Reference: To sum up the actions related to this bug report: On 04/20/2012 01:13 PM, Akim Demaille wrote: > Hi! > > I have seen that check-html will be removed, or rather moved > into the contrib part, but there are a few issues: > > - the target is not declared r

bug#11287: [PATCH] contrib: simple improvements to check-html

2012-07-02 Thread Stefano Lattarini
Related to automake bug#11287. * contrib/t/check-html.am (.log.html): Do not look for $RST2HTML in the environment, looking for $(RST2HTML) should be enough (also, the pre-existing code was broken, because it single-quoted $RST2HTML). Fix the loop-and-search implementation to be more similar to th

bug#11287: [FYI] {master} contrib: check-html: pass flags to rst2html invocations

2012-07-02 Thread Stefano Lattarini
Related to automake bug#11287. * contrib/t/check-html.am (.log.html): Here, passing $(AM_RST2HTMLFLAGS) and $(RST2HTMLFLAGS) (in that order). Signed-off-by: Stefano Lattarini --- contrib/check-html.am |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/check-html.am

bug#11287: [FYI] {master} coverage: check-html can be used recursively

2012-07-02 Thread Stefano Lattarini
Addresses the main part of Automake bug#11287. * contrib/t/parallel-tests-html-recursive.sh: New test. * contrib/t/local.am: Add it. Signed-off-by: Stefano Lattarini --- contrib/t/local.am |1 + contrib/t/parallel-tests-html-recursive.sh | 163 ++