branch: master
commit 16c42ce896165e6fd6cd1f72bc857046ea314c41
Author: Philipp Stephani <[email protected]>
Commit: Philipp Stephani <[email protected]>

    Run all tests on 'make test'
---
 Makefile |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index dda51a3..7777a67 100644
--- a/Makefile
+++ b/Makefile
@@ -19,4 +19,5 @@ clean:
 
 test:
        ${EMACS} $(BATCHFLAGS) -L . -l js2-mode.el -l js2-old-indent.el -l 
tests/parser.el\
-         -l tests/indent.el -l tests/externs.el -f ert-run-tests-batch-and-exit
+         -l tests/indent.el -l tests/externs.el -l tests/json-path.el \
+         -l tests/navigation.el -f ert-run-tests-batch-and-exit

Reply via email to