Changeset 5e56bbd


Ignore:
Timestamp:
Sep 16, 2017, 12:18:04 PM (7 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
Children:
38a965e
Parents:
6cf48bc
Message:

Makefile: run test once, verbose is default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r6cf48bc r5e56bbd  
    3737
    3838# default nose2 command
    39 NOSE2?=nose2 -N 4
     39NOSE2?=nose2 -N 4 --verbose
    4040
    4141SOX=sox
     
    139139test_python: local_dylib
    140140        # run test with installed package
    141         ./python/tests/run_all_tests --verbose
    142         # also run with nose, multiple processes
     141        # ./python/tests/run_all_tests --verbose
     142        # run with nose2, multiple processes
    143143        $(NOSE2)
    144144
Note: See TracChangeset for help on using the changeset viewer.