Changeset 0d45ec4
- Timestamp:
- Apr 22, 2016, 2:24:59 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:
- b099f50
- Parents:
- 70c6e39
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
r70c6e39 r0d45ec4 26 26 27 27 test_python: 28 cd python && ./setup.py install && ./tests/run_all_tests 28 cd python && ./setup.py install 29 [ -f build/src/libaubio.4.dylib ] && mkdir -p ~/lib && cp -prv build/src/libaubio.4.dylib ~/lib 30 LD_LIBRARY_PATH=$(PWD)/build/src python/tests/run_all_tests 29 31 30 32 clean_python:
Note: See TracChangeset
for help on using the changeset viewer.