We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35a95bb commit cc5ea21Copy full SHA for cc5ea21
Makefile
@@ -1,4 +1,6 @@
1
.PHONY : test
2
3
+EMACS ?= emacs
4
+
5
test:
- emacs -Q -batch -L . -l test-init-loader.el -f ert-run-tests-batch-and-exit
6
+ $(EMACS) -Q -batch -L . -l test-init-loader.el -f ert-run-tests-batch-and-exit
0 commit comments