From: Stefano Lattarini Date: Fri, 1 Jun 2012 09:49:16 +0000 (+0200) Subject: maintcheck: fix a spurious failure X-Git-Tag: v1.12.1~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9a7a83ba81789eddcd0aece24c079bac1116c8c1;p=platform%2Fupstream%2Fautomake.git maintcheck: fix a spurious failure * Makefile.am (test_subdirs): Add 't/perf'. Fix spurious failure of the 'maintainer-check-list-of-tests' target. Signed-off-by: Stefano Lattarini --- diff --git a/Makefile.am b/Makefile.am index 8bd723e..57a2137 100644 --- a/Makefile.am +++ b/Makefile.am @@ -419,7 +419,7 @@ check-local: check-no-repeated-test-name .PHONY: check-no-repeated-test-name ## Checking the list of tests. -test_subdirs = t t/pm +test_subdirs = t t/pm t/perf include $(srcdir)/t/CheckListOfTests.am # Run the testsuite with the installed aclocal and automake.