]> git.eshelyaron.com Git - emacs.git/commitdiff
Build and test ELPA packages also
authorPhillip Lord <phillip.lord@russet.org.uk>
Mon, 12 Sep 2016 12:27:01 +0000 (13:27 +0100)
committerPhillip Lord <phillip.lord@russet.org.uk>
Mon, 12 Sep 2016 12:27:01 +0000 (13:27 +0100)
test/Makefile.in

index 33e625fc996c81611abc516e1f312da1311244eb..a3fbc846205616c6e83ce2c5989531f9dade595a 100644 (file)
@@ -164,9 +164,13 @@ check-no-automated-subdir:
 ## be available during clean.
 -include make-test-deps.mk
 ## Rerun all default tests.
-check: mostlyclean check-no-automated-subdir
+check: mostlyclean check-no-automated-subdir check-packages
        @${MAKE} check-doit SELECTOR="${SELECTOR_ACTUAL}"
 
+
+check-packages:
+       @${MAKE} -C ../packages test
+
 ## Rerun all default and expensive tests.
 .PHONY: check-expensive
 check-expensive: mostlyclean check-no-automated-subdir