]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
tests: "make installcheck" shouldn't run the testsuite twice
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 21 Feb 2012 13:06:25 +0000 (14:06 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 21 Feb 2012 13:34:25 +0000 (14:34 +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

index ce0e0b4f6cf6a13ce1560686451e3d98c13a8288..a7aed453ac2ce974047c841f276260a57a8a5e6f 100644 (file)
@@ -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) $@