summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8a6061e..de1ab4a 100644
--- a/Makefile
+++ b/Makefile
@@ -17,9 +17,8 @@ doc: $(ORG)
--eval "(with-current-buffer (find-file \"$(ORG)\") (org-texinfo-export-to-texinfo) (org-texinfo-export-to-info) (save-buffer))" \
--kill
-test:
+test:
$(EMACS) --batch \
- rm *.elc \
-q \
--load $(TEST_FILE) \
--eval "(ert-run-tests-batch-and-exit)"