Changeset 22e991b for Makefile


Ignore:
Timestamp:
Nov 30, 2016, 7:05:43 PM (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, sampler, yinfft+
Children:
a028a04
Parents:
e56ac16
Message:

Makefile, .travis.yml: merge test_python and test_python_osx rules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    re56ac16 r22e991b  
    3535
    3636test_python: export LD_LIBRARY_PATH=$(PWD)/build/src
    37 test_python:
     37test_python: local_dylib
    3838        # clean
    3939        -pip uninstall -v -y aubio
     
    5858        # create links from ~/lib/lib* to build/src/lib*
    5959        [ -f build/src/libaubio.[0-9].dylib ] && ( mkdir -p ~/lib && cp -prv build/src/libaubio.[0-9].dylib ~/lib ) || true
    60 
    61 test_python_osx: local_dylib test_python
    6260
    6361clean_python:
Note: See TracChangeset for help on using the changeset viewer.