]> code.delx.au - gnu-emacs-elpa/blobdiff - Makefile
Fix improperly prepared test.
[gnu-emacs-elpa] / Makefile
index bd82b883addfc194897e9c657a83e5e8f5022cd4..f729409b9c8d4741e254d0cc2f86193618d49435 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-CASK = cask
 EMACS = emacs
+CASK = EMACS=${EMACS} cask
 DEPENDENCIES = .cask/
 
 all: uncompile compile test
@@ -29,7 +29,6 @@ test: ${DEPENDENCIES}
        ${CASK} exec ${EMACS} -Q -batch \
        -L . \
        -l ert \
-       -l ert-async \
        -l test/context-coloring-coverage.el \
        -f context-coloring-coverage-ci-init \
        -l test/context-coloring-test.el \
@@ -39,7 +38,6 @@ cover: ${DEPENDENCIES}
        ${CASK} exec ${EMACS} -Q -batch \
        -L . \
        -l ert \
-       -l ert-async \
        -l test/context-coloring-coverage.el \
        -f context-coloring-coverage-local-init \
        -l test/context-coloring-test.el \