Skip to content

Commit cc5ea21

Browse files
committed
Fix make file for test on travis-ci
1 parent 35a95bb commit cc5ea21

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
.PHONY : test
22

3+
EMACS ?= emacs
4+
35
test:
4-
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

Comments
 (0)