emacs-emojify

fork of https://github.com/iqbalansari/emacs-emojify
Log | Files | Refs | LICENSE

commit 30b984314509617387f0d697022582a39d2206f5
parent 600b8a117719a9b5c127bc5809809106ad07b537
Author: Iqbal Ansari <iqbalansari02@yahoo.com>
Date:   Thu,  5 Nov 2015 20:12:14 +0530

Update `compile-command` to run tests using `ert-runner`

Diffstat:
M.dir-locals.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.dir-locals.el b/.dir-locals.el @@ -1,5 +1,5 @@ ((emacs-lisp-mode - (compile-command . "cask exec emacs -batch -l ert -l emojify-tests.el -f ert-run-tests-batch-and-exit") + (compile-command . "cask exec ert-runner --reporter ert") (eval ignore-errors (push (quote ("Tests" "(\\(\\<ert-deftest\\)\\>\\s *\\(\\(?:\\sw\\|\\s_\\)+\\)?" 2)) imenu-generic-expression) (when (string-match-p "test" (buffer-file-name))