From: Paul Brossier Date: Sat, 16 Sep 2017 10:09:27 +0000 (+0200) Subject: Makefile: add NOSE2= to redefine nose2 command X-Git-Tag: 0.4.6~30 X-Git-Url: https://git.aubio.org/?p=aubio.git;a=commitdiff_plain;h=8991aafe781a85af97aec013d197146ccc23b1e9;hp=f2f06f97302a843395f5934edd38d363037b9dc2 Makefile: add NOSE2= to redefine nose2 command --- diff --git a/Makefile b/Makefile index 7e9226e6..37550c82 100644 --- a/Makefile +++ b/Makefile @@ -35,6 +35,9 @@ INCLUDEDIR?=$(PREFIX)/include DATAROOTDIR?=$(PREFIX)/share MANDIR?=$(DATAROOTDIR)/man +# default nose2 command +NOSE2?=nose2 -N 4 + SOX=sox TESTSOUNDS := python/tests/sounds @@ -137,7 +140,7 @@ test_python: local_dylib # run test with installed package ./python/tests/run_all_tests --verbose # also run with nose, multiple processes - nose2 -N 4 + $(NOSE2) clean_python: ./setup.py clean