From: Paul Brossier Date: Sat, 16 Sep 2017 10:18:04 +0000 (+0200) Subject: Makefile: run test once, verbose is default X-Git-Tag: 0.4.6~28 X-Git-Url: https://git.aubio.org/?p=aubio.git;a=commitdiff_plain;h=5e56bbdb87746397a19d2ba581fb6d859046413d Makefile: run test once, verbose is default --- diff --git a/Makefile b/Makefile index 37550c82..8dcbee8b 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ DATAROOTDIR?=$(PREFIX)/share MANDIR?=$(DATAROOTDIR)/man # default nose2 command -NOSE2?=nose2 -N 4 +NOSE2?=nose2 -N 4 --verbose SOX=sox @@ -138,8 +138,8 @@ test_python: export LD_LIBRARY_PATH=$(DESTDIR)/$(LIBDIR) test_python: export PYTHONPATH=$(PYDESTDIR)/$(LIBDIR) test_python: local_dylib # run test with installed package - ./python/tests/run_all_tests --verbose - # also run with nose, multiple processes + # ./python/tests/run_all_tests --verbose + # run with nose2, multiple processes $(NOSE2) clean_python: