~uriboni/qt-halide/copyright-headers

« back to all changes in this revision

Viewing changes to cmake/EnableCoverageReport.cmake

  • Committer: Florian Boucault
  • Author(s): Ugo Riboni
  • Date: 2015-04-06 09:49:06 UTC
  • mfrom: (301.1.16 coverage)
  • Revision ID: florian_boucault-20150406094906-5avnykad5vs013ey
Add more unit tests to get as much coverage as possible

Show diffs side-by-side

added added

removed removed

Lines of Context:
162
162
    # This gets rid of any stale .gcda files. Run this if a running a binary causes lots of messages about
163
163
    # about a "merge mismatch for summaries".
164
164
    ADD_CUSTOM_TARGET(clean-coverage
165
 
                      COMMAND rm -f coverage.raw.info coverage.info coverage.xml
 
165
                      COMMAND rm -f coverage.raw.info coverage.info coverage.xml coverage_report
166
166
                      COMMAND find ${CMAKE_BINARY_DIR} -name '*.gcda' -delete
167
167
                      COMMENT "Cleaning coverage files")
168
168