branch: master commit 98726b37174d00fc01c8b5d5561e31ea3f62520a Author: Oleh Krehel <ohwoeo...@gmail.com> Commit: Oleh Krehel <ohwoeo...@gmail.com>
Makefile: bring back cask for undercover to load --- Makefile | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 33f8666..591e863 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,9 @@ +CASK = ~/.cask/bin/cask emacs ?= emacs all: test test: clean - $(emacs) -Q -batch -l tiny-test.el -l tiny.el --eval "(ert t)" + $(CASK) exec emacs -Q -batch -l tiny-test.el -l tiny.el -f ert-run-tests-batch-and-exit compile: $(emacs) -Q -batch -f batch-byte-compile tiny.el