Changeset 2c59776


Ignore:
Timestamp:
Apr 30, 2016, 7:20:28 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:
323d330
Parents:
43de50d
Message:

Makefile: invoke nose2 to run python tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r43de50d r2c59776  
    3333test_python:
    3434        cd python && pip install -v .
    35         LD_LIBRARY_PATH=$(PWD)/build/src python/tests/run_all_tests --verbose
     35        cd python && LD_LIBRARY_PATH=$(PWD)/build/src nose2 --verbose
    3636        cd python && pip uninstall -y -v aubio
    3737
     
    3939        cd python && pip install --user -v .
    4040        [ -f build/src/libaubio.[0-9].dylib ] && ( mkdir -p ~/lib && cp -prv build/src/libaubio.4.dylib ~/lib ) || true
    41         ./python/tests/run_all_tests --verbose
     41        cd python && nose2 --verbose
    4242        cd python && pip uninstall -y -v aubio
    4343
Note: See TracChangeset for help on using the changeset viewer.