summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2017-03-13 15:44:31 +0100
committerAnne Jan Brouwer <brouwer@annejan.com>2017-03-13 15:44:31 +0100
commit826d76879c5f61bb9359096368f64fe29f691cc6 (patch)
tree813a188f984cff7c9bea64ad899ebb00def904aa
parent8321c9f302eb6c38a62b759373a5966a26b3e328 (diff)
Added Testing to README
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index ea555fca..4b0f5a6e 100644
--- a/README.md
+++ b/README.md
@@ -70,6 +70,15 @@ On most unix systems all you need is:
qmake && make && make install
```
+Testing
+-------
+
+This is done with `make check`
+
+Codecoverage can be done with `make lcov`, `make gcov`, `make coveralls` and/or `make codecov`.
+
+Be sure to first run: `make distclean && qmake CONFIG+=coverage qtpass.pro`
+
Security considerations
-----------------------