diff options
| author | Renato Araujo Oliveira Filho <renato.filho@canonical.com> | 2012-11-08 17:38:23 +0000 |
|---|---|---|
| committer | Tarmac <> | 2012-11-08 17:38:23 +0000 |
| commit | 1915b094437bc94aa4ea44e4ccf489456f375e06 (patch) | |
| tree | 904b3c37a881caefe78ccfaca6d1dd28d782fce6 /README | |
| parent | fc58dd68e0f40fe4fdb93a49333d7f56fea44b30 (diff) | |
| parent | 67680f3a61e0e64bf46a63eb4ce7ce3091f1335a (diff) | |
| download | qmenumodel-1915b094437bc94aa4ea44e4ccf489456f375e06.tar.gz qmenumodel-1915b094437bc94aa4ea44e4ccf489456f375e06.tar.bz2 qmenumodel-1915b094437bc94aa4ea44e4ccf489456f375e06.zip | |
Updates to get coverage and test results in jenkins.
Approved by Sergio Schvezov.
Diffstat (limited to 'README')
| -rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,10 +26,10 @@ installed, install it and then re-run cmake. Then run either of these commands: = Getting code coverage information = To run the unit tests and generate code coverage information, you need to re-run -cmake with BUILD_WITH_COVERAGE set to ON and then invoke `make lcov`. +cmake with ENABLE_COVERAGE set to ON and then invoke `make lcov`. This requires lcov to be installed. - $ cmake -DBUILD_WITH_COVERAGE=ON . + $ cmake -DENABLE_COVERAGE=ON . $ make lcov This will generate a report (coverage/index.html) which you can view in a |
