Changeset 597a789
- Timestamp:
- Apr 22, 2016, 3:14:16 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:
- 8dbff94
- Parents:
- 1700a2d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r1700a2d r597a789 27 27 test_python: 28 28 cd python && pip install -v . 29 LD_LIBRARY_PATH=$(PWD)/build/src python/tests/run_all_tests 29 LD_LIBRARY_PATH=$(PWD)/build/src python/tests/run_all_tests --verbose 30 30 cd python && pip uninstall -y -v aubio 31 31 … … 33 33 cd python && pip install --user -v . 34 34 [ -f build/src/libaubio.[0-9].dylib ] && ( mkdir -p ~/lib && cp -prv build/src/libaubio.4.dylib ~/lib ) || true 35 ./python/tests/run_all_tests 35 ./python/tests/run_all_tests --verbose 36 36 cd python && pip uninstall -y -v aubio 37 37
Note: See TracChangeset
for help on using the changeset viewer.