Require building all elisp files when testing the code

Compilation is part of the testing.
This commit is contained in:
Daniel - 2020-06-26 23:08:17 +02:00
parent 5009eb39f9
commit ee4f543a8c
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 1 additions and 1 deletions

View File

@ -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