From 8991aafe781a85af97aec013d197146ccc23b1e9 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 16 Sep 2017 12:09:27 +0200 Subject: [PATCH] Makefile: add NOSE2= to redefine nose2 command --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.11.0