emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/eglot d936fbd 01/62: Install jsonrpc package when runni


From: Stefan Monnier
Subject: [elpa] externals/eglot d936fbd 01/62: Install jsonrpc package when running tests
Date: Sat, 29 Sep 2018 17:13:27 -0400 (EDT)

branch: externals/eglot
commit d936fbd58c56ec9d80388ca71c3b009bba002648
Author: João Távora <address@hidden>
Commit: João Távora <address@hidden>

    Install jsonrpc package when running tests
    
    * Makefile (eglot-check): Install jsonrpc package.
---
 Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile b/Makefile
index 1cd0785..099c137 100644
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,8 @@ compile: $(ELCFILES)
 #
 eglot-check: compile
        $(EMACS) -Q --batch $(LOAD_PATH)                                \
+               --eval '(package-initialize)'                           \
+               --eval '(package-install (quote jsonrpc))'              \
                -l eglot-tests                                          \
                --eval '(ert-run-tests-batch-and-exit (quote $(SELECTOR)))'
 



reply via email to

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