Changeset 5e56bbd
- Timestamp:
- Sep 16, 2017, 12:18:04 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:
- 38a965e
- Parents:
- 6cf48bc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r6cf48bc r5e56bbd 37 37 38 38 # default nose2 command 39 NOSE2?=nose2 -N 4 39 NOSE2?=nose2 -N 4 --verbose 40 40 41 41 SOX=sox … … 139 139 test_python: local_dylib 140 140 # run test with installed package 141 ./python/tests/run_all_tests --verbose142 # also run with nose, multiple processes141 # ./python/tests/run_all_tests --verbose 142 # run with nose2, multiple processes 143 143 $(NOSE2) 144 144
Note: See TracChangeset
for help on using the changeset viewer.