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