aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e256b77..5fa0893 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ help:
@printf " test Run tests.\n"
.PHONY: test
-test:
+test: $(main_elc)
@$(EMACS) -L . -l test-org-link-edit \
--eval "(ert-run-tests-batch-and-exit '(not (tag interactive)))"