summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Makefile b/test/Makefile
index 5476705..277f124 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -5,14 +5,14 @@ LOAD_PATH += -L $(TOP)test
test: lisp
@printf " Testing...\n"
- @$(EMACS) -Q --batch $(EMACS_ARGS) $(LOAD_PATH) \
- -l ert -l $(PKG)-test -f ert-run-tests-batch-and-exit
+ @$(EMACS_BATCH) --load ert --load $(PKG)-test \
+ --funcall ert-run-tests-batch-and-exit
lisp: ../lisp/$(PKG).elc $(PKG)-test.elc
%.elc: %.el
@printf "Compiling $<\n"
- @$(EMACS) -Q --batch $(EMACS_ARGS) $(LOAD_PATH) -f batch-byte-compile $<
+ @$(EMACS_BATCH) --funcall batch-byte-compile $<
clean:
@printf " Cleaning test/*...\n"