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

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

[elpa] externals/eglot b0b16e2 37/62: Allow tests to be run with custom


From: Stefan Monnier
Subject: [elpa] externals/eglot b0b16e2 37/62: Allow tests to be run with custom jsonrpc.el
Date: Sat, 29 Sep 2018 17:13:34 -0400 (EDT)

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

    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]