]> code.delx.au - gnu-emacs-elpa/blobdiff - Makefile
Add benchmark.
[gnu-emacs-elpa] / Makefile
index 8b142f2b26a0138c88a38f4e8e0a455fbcf4fdb2..0a18abb14a1893f9a97d4126c940925fc1b14be9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,10 @@ all:
        exit
 
 test:
-       mocha
+       node_modules/.bin/mocha
        emacs -batch -l ert -l test/context-coloring-test.el -f ert-run-tests-batch-and-exit
 
-.PHONY: all test clean
+benchmark:
+       node_modules/.bin/matcha
+
+.PHONY: all test benchmark