- Timestamp:
- Nov 17, 2018, 4:38:29 PM (6 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r75f9fff ra95b386 232 232 uninstall_python \ 233 233 check_clean_python 234 235 coverage_cycle: coverage_zero_counters coverage_report 236 237 coverage_zero_counters: 238 lcov --zerocounters --directory . 234 239 235 240 coverage: export CFLAGS=--coverage … … 245 250 lcov -a build/coverage_python.info -a build/coverage_lib.info -o build/coverage.info 246 251 252 # make sure we don't build the doc, which builds a temporary python module 253 coverage_report: export WAFOPTS += --disable-docs 247 254 coverage_report: coverage 248 255 genhtml build/coverage.info --output-directory lcov_html
Note: See TracChangeset
for help on using the changeset viewer.