Require building all elisp files when testing the code

Compilation is part of the testing.
This commit is contained in:
Daniel Borchmann 2020-06-26 23:08:17 +02:00
parent 5009eb39f9
commit ee4f543a8c
Signed by: exot
GPG Key ID: 1C7071A75BB72D64

View File

@ -13,7 +13,7 @@ compile: $(ELC) $(TESTC)
timelinetools-test.elc: timeline-tools.elc timelinetools-test.elc: timeline-tools.elc
test: $(TESTC) test: $(ELC) $(TESTC)
@echo "Testing $(TESTC)" @echo "Testing $(TESTC)"
@$(EMACS) -Q --batch $(LDFLAGS) $(patsubst %,-l %, $(TESTC)) -f ert-run-tests-batch @$(EMACS) -Q --batch $(LDFLAGS) $(patsubst %,-l %, $(TESTC)) -f ert-run-tests-batch