Skip to content

Commit

Permalink
added elk test evaluation to smart-compile
Browse files Browse the repository at this point in the history
  • Loading branch information
sroccaserra committed Feb 22, 2010
1 parent 871921f commit aa519f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion smart-compile.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
(interactive)
(save-buffer)
(if eldoc-mode
(eval-buffer-and-run-tests)
(progn (eval-buffer)
(when (fboundp 'elk-test-run-all-buffers)
(elk-test-run-all-buffers t)))
(when (and (string-match "make" compile-command)
(null (nearest-compilation-file default-directory
*default-compilation-file*)))
Expand Down

0 comments on commit aa519f8

Please sign in to comment.