Changes in / [edb1d7a:8dbff94]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    redb1d7a r8dbff94  
    2727test_python:
    2828        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
    3030        cd python && pip uninstall -y -v aubio
    3131
     
    3333        cd python && pip install --user -v .
    3434        [ -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
    3636        cd python && pip uninstall -y -v aubio
    3737
Note: See TracChangeset for help on using the changeset viewer.