Skip to content

Commit

Permalink
Allow tests to be run with custom jsonrpc.el
Browse files Browse the repository at this point in the history
make check JSONRPC='-l ~/Source/Emacs/emacs-master/lisp/jsonrpc.el' is
an example.

* Makefile (JSONRPC): Make this a recursive variable.
  • Loading branch information
joaotavora committed Aug 12, 2018
1 parent 83d7025 commit b0b16e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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))'

Expand Down

0 comments on commit b0b16e2

Please sign in to comment.