Changeset 2c59776
- Timestamp:
- Apr 30, 2016, 7:20:28 AM (9 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, pitchshift, sampler, timestretch, yinfft+
- Children:
- 323d330
- Parents:
- 43de50d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r43de50d r2c59776 33 33 test_python: 34 34 cd python && pip install -v . 35 LD_LIBRARY_PATH=$(PWD)/build/src python/tests/run_all_tests--verbose35 cd python && LD_LIBRARY_PATH=$(PWD)/build/src nose2 --verbose 36 36 cd python && pip uninstall -y -v aubio 37 37 … … 39 39 cd python && pip install --user -v . 40 40 [ -f build/src/libaubio.[0-9].dylib ] && ( mkdir -p ~/lib && cp -prv build/src/libaubio.4.dylib ~/lib ) || true 41 ./python/tests/run_all_tests--verbose41 cd python && nose2 --verbose 42 42 cd python && pip uninstall -y -v aubio 43 43
Note: See TracChangeset
for help on using the changeset viewer.