diff options
author | Renato Araujo Oliveira Filho <renato.filho@canonical.com> | 2012-11-07 09:07:59 -0300 |
---|---|---|
committer | Renato Araujo Oliveira Filho <renato.filho@canonical.com> | 2012-11-07 09:07:59 -0300 |
commit | 6b8fd9e811965a88d81e9ff2424c8885c66f6b7f (patch) | |
tree | 7655c54a4a828c3e32be1a3878a85e65c9c9615e | |
parent | 987dd978d5fd341d57dba0a735c08caff2807609 (diff) | |
download | qmenumodel-6b8fd9e811965a88d81e9ff2424c8885c66f6b7f.tar.gz qmenumodel-6b8fd9e811965a88d81e9ff2424c8885c66f6b7f.tar.bz2 qmenumodel-6b8fd9e811965a88d81e9ff2424c8885c66f6b7f.zip |
Updated README file with the new coverage flag.
-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 |