emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] feature/integrated-elpa 0b70bfc 08/23: Build and test ELPA


From: Phillip Lord
Subject: [Emacs-diffs] feature/integrated-elpa 0b70bfc 08/23: Build and test ELPA packages also
Date: Fri, 16 Sep 2016 20:34:16 +0000 (UTC)

branch: feature/integrated-elpa
commit 0b70bfce5e56980bddac7dec64082eef760c1aa9
Author: Phillip Lord <address@hidden>
Commit: Phillip Lord <address@hidden>

    Build and test ELPA packages also
---
 test/Makefile.in |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/test/Makefile.in b/test/Makefile.in
index 33e625f..a3fbc84 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



reply via email to

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