]> code.delx.au - gnu-emacs-elpa/blobdiff - Makefile
Color comments and strings inside defuns.
[gnu-emacs-elpa] / Makefile
index f322a8174abafc2730435357b3944fdc2ff66830..bd82b883addfc194897e9c657a83e5e8f5022cd4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -30,8 +30,19 @@ test: ${DEPENDENCIES}
        -L . \
        -l ert \
        -l ert-async \
-       -l test/test-helper.el \
+       -l test/context-coloring-coverage.el \
+       -f context-coloring-coverage-ci-init \
        -l test/context-coloring-test.el \
        -f ert-run-tests-batch-and-exit
 
-.PHONY: all bench compile uncompile clean test
+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 \
+       -f ert-run-tests-batch-and-exit
+
+.PHONY: all bench compile uncompile clean test cover