automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FYI] {master} tests: "make installcheck" shouldn't run the testsuite tw


From: Stefano Lattarini
Subject: [FYI] {master} tests: "make installcheck" shouldn't run the testsuite twice
Date: Tue, 21 Feb 2012 14:07:55 +0100

* 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".
---
 Makefile.am |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index ce0e0b4..a7aed45 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) $@
-- 
1.7.9




reply via email to

[Prev in Thread] Current Thread [Next in Thread]