From 826d76879c5f61bb9359096368f64fe29f691cc6 Mon Sep 17 00:00:00 2001 From: Anne Jan Brouwer Date: Mon, 13 Mar 2017 15:44:31 +0100 Subject: Added Testing to README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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 ----------------------- -- cgit v1.2.3