Changeset c03d191 for Makefile


Ignore:
Timestamp:
Nov 17, 2018, 10:19:27 PM (5 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/constantq
Children:
d1d4ad4
Parents:
088760e (diff), a114fe0 (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/constantq

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r088760e rc03d191  
    234234        uninstall_python \
    235235        check_clean_python
     236
     237coverage_cycle: coverage_zero_counters coverage_report
     238
     239coverage_zero_counters:
     240        lcov --zerocounters --directory .
    236241
    237242coverage: export CFLAGS=--coverage
     
    247252        lcov -a build/coverage_python.info -a build/coverage_lib.info -o build/coverage.info
    248253
     254# make sure we don't build the doc, which builds a temporary python module
     255coverage_report: export WAFOPTS += --disable-docs
    249256coverage_report: coverage
    250257        genhtml build/coverage.info --output-directory lcov_html
Note: See TracChangeset for help on using the changeset viewer.