Skip to content
Snippets Groups Projects
  • Nick Mathewson's avatar
    98541f28
    Tweak coverage-html target · 98541f28
    Nick Mathewson authored
     - Don't try to rm -rf the directory before we start: somebody might
       have set it to ~, which would be quite sad.
    
     - Always quote the directory name
    
     - Use 'make reset-gcov' before running tests.
    
     - Use 'make check', not ./src/test/test
    98541f28
    History
    Tweak coverage-html target
    Nick Mathewson authored
     - Don't try to rm -rf the directory before we start: somebody might
       have set it to ~, which would be quite sad.
    
     - Always quote the directory name
    
     - Use 'make reset-gcov' before running tests.
    
     - Use 'make check', not ./src/test/test
coverage-html 208 B
  o Minor features (testing):

    - Add a "coverage-html" make target to generate HTML-visualized
      coverage results when building with --enable-coverage. (Requires lcov.)
      Patch from Kevin Murray.