From: Phillip Lord Date: Mon, 12 Sep 2016 12:27:01 +0000 (+0100) Subject: Build and test ELPA packages also X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0b70bfce5e56980bddac7dec64082eef760c1aa9;p=emacs.git Build and test ELPA packages also --- diff --git a/test/Makefile.in b/test/Makefile.in index 33e625fc996..a3fbc846205 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -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