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

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

[elpa] 1.3 84a271c 08/26: Robustify tests against (M)ELPA eglot installa


From: Christian Johansson
Subject: [elpa] 1.3 84a271c 08/26: Robustify tests against (M)ELPA eglot installations
Date: Thu, 29 Apr 2021 15:09:13 -0400 (EDT)

tag: 1.3
commit 84a271cb4925ff18f04b8e43381962a7e5863b4a
Author: João Távora <joaotavora@gmail.com>
Commit: João Távora <joaotavora@gmail.com>

    Robustify tests against (M)ELPA eglot installations
    
    * Makefile (eglot-check, %.elc): Setup load-path after package-initialize.
---
 Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index fcff632..637deb7 100644
--- a/Makefile
+++ b/Makefile
@@ -19,15 +19,16 @@ all: compile
 # Compilation
 #
 %.elc: %.el
-       $(EMACS) -Q $(LOAD_PATH) $(JSONRPC) --batch -f batch-byte-compile $<
+       $(EMACS) -Q  $(JSONRPC) $(LOAD_PATH) --batch -f batch-byte-compile $<
 
 compile: $(ELCFILES)
 
 # Automated tests
 #
 eglot-check: compile
-       $(EMACS) -Q --batch $(LOAD_PATH)                                \
+       $(EMACS) -Q --batch                                             \
                $(JSONRPC)                                              \
+               $(LOAD_PATH)                                            \
                -l eglot                                                \
                -l eglot-tests                                          \
                --eval '(setq ert-batch-backtrace-right-margin 200)'    \



reply via email to

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