Changeset 8991aaf


Ignore:
Timestamp:
Sep 16, 2017, 12:09:27 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:
6cf48bc
Parents:
f2f06f9
Message:

Makefile: add NOSE2= to redefine nose2 command

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    rf2f06f9 r8991aaf  
    3636MANDIR?=$(DATAROOTDIR)/man
    3737
     38# default nose2 command
     39NOSE2?=nose2 -N 4
     40
    3841SOX=sox
    3942
     
    138141        ./python/tests/run_all_tests --verbose
    139142        # also run with nose, multiple processes
    140         nose2 -N 4
     143        $(NOSE2)
    141144
    142145clean_python:
Note: See TracChangeset for help on using the changeset viewer.