emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/phps-mode f4cd90e 072/405: Updated readme and makefile


From: Stefan Monnier
Subject: [elpa] externals/phps-mode f4cd90e 072/405: Updated readme and makefile for running all tests
Date: Sat, 13 Jul 2019 09:59:46 -0400 (EDT)

branch: externals/phps-mode
commit f4cd90ef860432522e0b5a21a39c9edabd41f8ce
Author: Christian Johansson <address@hidden>
Commit: Christian Johansson <address@hidden>

    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:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]