summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-02-21 14:06:25 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-02-21 14:34:25 +0100
commita537fbe62988ac551714b8d852dc8e03f1af4f1c (patch)
treee5c70f9cb3418749e1520fbfed8df42be060d989 /Makefile.am
parent7488050293d0547cdf67df81e6844e15a3140076 (diff)
downloadautomake-a537fbe62988ac551714b8d852dc8e03f1af4f1c.tar.gz
tests: "make installcheck" shouldn't run the testsuite twice
* Makefile.am (installcheck-local): Remove. The "installcheck" target provided by automake is already a recursive target, so there's no need to have an 'installcheck-local' recipe that manually recurse into 'tests/'. In fact, such a manual recursion was causing the testsuite to be run twice by "make installcheck".
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index ce0e0b4f6..a7aed453a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -102,10 +102,6 @@ automake aclocal: Makefile
INSTALL: lib/INSTALL
$(AM_V_GEN)cp $(srcdir)/lib/INSTALL $@
-# Run the testsuite with the installed aclocal and automake.
-installcheck-local:
- am_running_installcheck=yes $(MAKE) $(AM_MAKEFLAGS) check
-
# Convenience proxy target for the test suites.
recheck:
$(am__cd) tests && $(MAKE) $(AM_MAKEFLAGS) $@