branch: elpa/emacsql commit 50b139443b97363d1a02105d009a718993d2f888 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@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"