branch: externals/eglot
commit d936fbd58c56ec9d80388ca71c3b009bba002648
Author: João Távora <[email protected]>
Commit: João Távora <[email protected]>

    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