Changes between Version 83 and Version 84 of AutotestStatus


Ignore:
Timestamp:
Jan 9, 2010, 3:02:33 PM (14 years ago)
Author:
Even Rouault
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AutotestStatus

    v83 v84  
    188188  * generate the HTML report in the coverage_html directory : genhtml -o ./coverage_html --num-spaces 2 gdal_filtered.info
    189189
    190 If you want to generate a new coverage report, remove all .gcda files first (rm -f `find . -name *.gcda`) and redo the last 4 previous steps.
     190If you want to generate a new coverage report, remove all .gcda files first (find . -name *.gcda -exec rm -f {} \;) and redo the last 4 previous steps.
    191191
    192192Note : the coverage.patch is hackish and makes GDAL makefile lose some dependency rules. So if you modify a source file, make sure to remove libgdal.so before running make.