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

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

[nongnu] elpa/emacsql 50b139443b 414/427: make: Fix compiling and cleani


From: ELPA Syncer
Subject: [nongnu] elpa/emacsql 50b139443b 414/427: make: Fix compiling and cleaning tests
Date: Tue, 13 Dec 2022 03:00:24 -0500 (EST)

branch: elpa/emacsql
commit 50b139443b97363d1a02105d009a718993d2f888
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    make: Fix compiling and cleaning tests
---
 Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 12cd2a98c5..fb407c57e6 100644
--- a/Makefile
+++ b/Makefile
@@ -28,6 +28,7 @@ EMACS_ARGS ?=
 
 LOAD_PATH  ?= $(addprefix -L ../,$(DEPS))
 LOAD_PATH  += -L .
+LOAD_PATH  += -L ./tests
 
 all: binary lisp
 
@@ -57,7 +58,7 @@ check-declare:
        @$(EMACS) -Q --batch $(EMACS_ARGS) $(LOAD_PATH) \
        --eval "(check-declare-directory default-directory)"
 
-CLEAN  = $(ELCS) $(PKG)-autoloads.el
+CLEAN  = $(ELCS) $(TEST_ELCS) $(PKG)-autoloads.el
 
 clean:
        @printf " Cleaning...\n"



reply via email to

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