Ouch. I forgot to regenerate Makefile.in from Makefile.am before pushing to maint the two last commits. This follow-up patch fixes that. Pushed to maint.
Sorry for the noise & confusion, Stefano -*-*- regenerate Makefile.in to sync with previous commits --- tests/Makefile.in | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/tests/Makefile.in b/tests/Makefile.in index 563c9e6..e967caa 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -244,10 +244,10 @@ 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 = \ @@ -461,6 +461,7 @@ confh4.test \ confh5.test \ confh6.test \ confh7.test \ +confh8.test \ confincl.test \ conflnk.test \ conflnk2.test \ -- 1.7.1 :