From ee4f543a8c2ec97308591dd605a2d7d234c33e8f Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Fri, 26 Jun 2020 23:08:17 +0200 Subject: [PATCH] Require building all elisp files when testing the code Compilation is part of the testing. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aa47be0..688868f 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ compile: $(ELC) $(TESTC) timelinetools-test.elc: timeline-tools.elc -test: $(TESTC) +test: $(ELC) $(TESTC) @echo "Testing $(TESTC)" @$(EMACS) -Q --batch $(LDFLAGS) $(patsubst %,-l %, $(TESTC)) -f ert-run-tests-batch