Changeset 639bf5e
- Timestamp:
- Sep 17, 2017, 10:31:37 PM (7 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master
- Children:
- 39b686c
- Parents:
- dfa4095
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
rdfa4095 r639bf5e 235 235 check_clean_python 236 236 237 coverage: export CFLAGS=--coverage 238 coverage: export LDFLAGS=--coverage 239 coverage: force_uninstall_python deps_python \ 240 clean_python clean distclean 241 pip install -v -e . 242 coverage run `which nose2` 243 244 coverage_report: coverage 245 lcov --capture --no-external --directory . --output-file build/coverage.info 246 genhtml build/coverage.info --output-directory lcov_html 247 mkdir -p gcovr_html/ 248 gcovr -r . --html --html-details \ 249 --output gcovr_html/index.html \ 250 --exclude ".*tests/.*" --exclude ".*examples/.*" 251 coverage report 252 coverage html 253 237 254 sphinx: configure 238 255 $(WAFCMD) sphinx $(WAFOPTS)
Note: See TracChangeset
for help on using the changeset viewer.