From 32e0eb986de9e7d8588b2f8054f27d7176c08d5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vegard=20=C3=98ye?= Date: Sun, 6 Mar 2011 12:58:48 +0100 Subject: Enable Evil when testing "make emacs" and "make terminal" enables Evil. "make test" and "make tests" do not. --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 770fb51..336447c 100644 --- a/Makefile +++ b/Makefile @@ -22,8 +22,11 @@ clean: .PHONY: emacs emacs: compile - emacs -Q -L . -l evil-tests.el --eval "(call-interactively 'evil-tests-run)" & + emacs -Q -L . -l evil-tests.el --eval "(evil-mode 1)" --eval "(call-interactively 'evil-tests-run)" & + +.PHONY: term +term: terminal .PHONY: terminal terminal: compile - emacs -nw -Q -L . -l evil-tests.el --eval "(call-interactively 'evil-tests-run)" + emacs -nw -Q -L . -l evil-tests.el --eval "(evil-mode 1)" --eval "(call-interactively 'evil-tests-run)" -- cgit v1.0