From: Stefano Lattarini Date: Tue, 3 Jul 2012 21:22:46 +0000 (+0200) Subject: maintcheck: fix spurious failure in 'maintainer-check-list-of-tests' X-Git-Tag: v1.12b~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbd192421043a482f00e9532de2a127c708323cf;p=thirdparty%2Fautomake.git maintcheck: fix spurious failure in 'maintainer-check-list-of-tests' * Makefile.am (test_subdirs): Add 'contrib/t', otherwise we would get a spurious error like: List of tests in Makefile an on filesystem differ + diff -u in-makefile on-filesystem --- tests-in-makefile-list.tmp 2012-07-03 23:07:47.000000000 +0200 +++ tests-on-filesystem-list.tmp 2012-07-03 23:07:47.000000000 +0200 @@ -1,7 +1,3 @@ -contrib/t/help-multilib.sh -contrib/t/multilib.sh -contrib/t/parallel-tests-html-recursive.sh -contrib/t/parallel-tests-html.sh t/ac-output-old.tap t/acloca10.sh t/acloca11.sh make: *** [maintainer-check-list-of-tests] Error 1 Signed-off-by: Stefano Lattarini --- diff --git a/Makefile.am b/Makefile.am index d28f3c7ad..44a6acae3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -421,7 +421,7 @@ check-local: check-no-repeated-test-name .PHONY: check-no-repeated-test-name ## Checking the list of tests. -test_subdirs = t t/pm t/perf +test_subdirs = t t/pm t/perf contrib/t include $(srcdir)/t/CheckListOfTests.am # Run the testsuite with the installed aclocal and automake.