parent
afe27810c4
commit
1ccd2b45b2
2 changed files with 8 additions and 9 deletions
@ -1,8 +0,0 @@ |
|||||||
(require 'ert) |
|
||||||
|
|
||||||
(ert-deftest dash-byte-compile () |
|
||||||
(let* ((cmd "emacs --quick --batch -f batch-byte-compile dash.el") |
|
||||||
(res (shell-command-to-string cmd)) |
|
||||||
(elc (expand-file-name "dash.elc")) |
|
||||||
(exp (format "Wrote %s\n" elc))) |
|
||||||
(should (string= res exp)))) |
|
||||||
Loading…
Reference in new issue