Changeset a2b6523
- Timestamp:
- Sep 30, 2017, 5:48:49 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:
- 89bc6f4
- Parents:
- 1ae5fc5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r1ae5fc5 ra2b6523 238 238 coverage: export LDFLAGS=--coverage 239 239 coverage: export PYTHONPATH=$(PWD)/python/lib 240 coverage: export LD_LIBRARY_PATH=$(PWD)/build/src 240 241 coverage: force_uninstall_python deps_python \ 241 clean_python clean distclean 242 clean_python clean distclean build local_dylib 243 lcov --capture --no-external --directory . --output-file build/coverage_lib.info 242 244 pip install -v -e . 243 245 coverage run `which nose2` 244 lcov --capture --no-external --directory . --output-file build/coverage.info 246 lcov --capture --no-external --directory . --output-file build/coverage_python.info 247 lcov -a build/coverage_python.info -a build/coverage_lib.info -o build/coverage.info 245 248 246 249 coverage_report: coverage
Note: See TracChangeset
for help on using the changeset viewer.