Changes in / [edb1d7a:8dbff94]
Legend:
- Unmodified
- Added
- Removed
-
Makefile
redb1d7a r8dbff94 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.