Changeset 39122f0


Ignore:
Timestamp:
Apr 22, 2016, 3:07:19 AM (8 years ago)
Author:
Paul Brossier <piem@piem.org>
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:
1700a2d
Parents:
d1a7a90
Message:

Makefile: split rules for test_python / test_python_osx

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    rd1a7a90 r39122f0  
    2626
    2727test_python:
     28        cd python && pip install -v .
     29        LD_LIBRARY_PATH=$(PWD)/build/src python/tests/run_all_tests
     30        cd python && pip uninstall -y -v aubio
     31
     32test_python_osx:
    2833        cd python && pip install --user -v .
    2934        [ -f build/src/libaubio.[0-9].dylib ] && ( mkdir -p ~/lib && cp -prv build/src/libaubio.4.dylib ~/lib ) || true
    30         LD_LIBRARY_PATH=$(PWD)/build/src python/tests/run_all_tests
     35        ./python/tests/run_all_tests
    3136        cd python && pip uninstall -y -v aubio
    3237
Note: See TracChangeset for help on using the changeset viewer.