Changeset 9a1df7f
- Timestamp:
- Nov 2, 2018, 6:00:04 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:
- 7318485
- Parents:
- 8ff31fb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r8ff31fb r9a1df7f 36 36 MANDIR?=$(DATAROOTDIR)/man 37 37 38 # default nose2command39 NOSE2?=nose2 -N 4--verbose38 # default python test command 39 PYTEST?=pytest --verbose 40 40 41 41 SOX=sox … … 139 139 test_python: local_dylib 140 140 # run test with installed package 141 $( NOSE2)141 $(PYTEST) 142 142 143 143 clean_python: … … 241 241 lcov --capture --no-external --directory . --output-file build/coverage_lib.info 242 242 pip install -v -e . 243 coverage run `which nose2`243 coverage run `which pytest` 244 244 lcov --capture --no-external --directory . --output-file build/coverage_python.info 245 245 lcov -a build/coverage_python.info -a build/coverage_lib.info -o build/coverage.info
Note: See TracChangeset
for help on using the changeset viewer.