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

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

[elpa] 1.2 9bf88ee 031/101: Allow tests to be run with custom jsonrpc.el


From: Christian Johansson
Subject: [elpa] 1.2 9bf88ee 031/101: Allow tests to be run with custom jsonrpc.el
Date: Thu, 29 Apr 2021 15:08:55 -0400 (EDT)

tag: 1.2
commit 9bf88ee7076b139b34edbe8c738c6bdad6f04600
Author: João Távora <joaotavora@gmail.com>
Commit: João Távora <joaotavora@gmail.com>

    Allow tests to be run with custom jsonrpc.el
    
    make check JSONRPC='-l ~/Source/Emacs/emacs-master/lisp/jsonrpc.el' is
    an example.
    
    * Makefile (JSONRPC): Make this a recursive variable.
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index a9d63e9..ae77e29 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ LOAD_PATH=-L .
 ELFILES := eglot.el eglot-tests.el
 ELCFILES := $(ELFILES:.el=.elc)
 
-JSONRPC :=--eval '(package-initialize)'                                \
+JSONRPC ?=--eval '(package-initialize)'                                \
           --eval '(package-refresh-contents)'                  \
           --eval '(package-install (quote jsonrpc))'
 



reply via email to

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