branch: externals/phps-mode
commit f4cd90ef860432522e0b5a21a39c9edabd41f8ce
Author: Christian Johansson <[email protected]>
Commit: Christian Johansson <[email protected]>
Updated readme and makefile for running all tests
---
Makefile | 3 +--
README.md | 6 ++++++
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 89a64ee..ef6b8fa 100644
--- a/Makefile
+++ b/Makefile
@@ -19,8 +19,7 @@ compile:
$(EMACS_CMD) -f batch-byte-compile $<
.PHONY: tests
-tests:
- clean test-functions test-lexer test-parser
+tests: clean test-functions test-lexer test-parser
.PHONY: test-functions
test-functions:
diff --git a/README.md b/README.md
index 2cfd7c6..dcfe3b5 100644
--- a/README.md
+++ b/README.md
@@ -44,6 +44,12 @@ make test-parser
make test-functions
```
+### All tests
+
+``` bash
+make tests
+```
+
## Installation example
Download to `~/.emacs.d/phps-mode/` and then add this to your init file: