Changeset a95b386 for Makefile


Ignore:
Timestamp:
Nov 17, 2018, 4:38:29 PM (5 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/timestretch, fix/ffmpeg5, master
Children:
ab8e838
Parents:
75f9fff (diff), 2eb52bd (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into feature/pytest

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r75f9fff ra95b386  
    232232        uninstall_python \
    233233        check_clean_python
     234
     235coverage_cycle: coverage_zero_counters coverage_report
     236
     237coverage_zero_counters:
     238        lcov --zerocounters --directory .
    234239
    235240coverage: export CFLAGS=--coverage
     
    245250        lcov -a build/coverage_python.info -a build/coverage_lib.info -o build/coverage.info
    246251
     252# make sure we don't build the doc, which builds a temporary python module
     253coverage_report: export WAFOPTS += --disable-docs
    247254coverage_report: coverage
    248255        genhtml build/coverage.info --output-directory lcov_html
Note: See TracChangeset for help on using the changeset viewer.