summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-06-01 11:49:16 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-06-01 11:49:16 +0200
commit9a7a83ba81789eddcd0aece24c079bac1116c8c1 (patch)
tree6f8443fd2b8b95c6db53cd6305f064a103ac29bf /Makefile.am
parentff022f46d098098bc17100332e2c96ebef715dff (diff)
downloadautomake-9a7a83ba81789eddcd0aece24c079bac1116c8c1.tar.gz
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 <stefano.lattarini@gmail.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 8bd723e9d..57a21373a 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.