branch: scratch/editorconfig-cc
commit 10e648d326e9c6e78ca7e75baef68a092735f7fd
Author: 10sr <8slashes+...@gmail.com>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    Add document about running tests
---
 README.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/README.md b/README.md
index aa1e5dc421..48512e1c75 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,14 @@ Alternatively, you can find the package available on
 
 * `max_line_length`
 
+## Testing
+
+Make and [CMake](https://cmake.org) must be installed to run the tests.
+
+To run the tests:
+
+    $ make test
+
 ## License
 
 EditorConfig Emacs Plugin is free software: you can redistribute it

Reply via email to