ref: 5e56bbdb87746397a19d2ba581fb6d859046413d
parent: 6cf48bc9f2c894d389a8b7b89a93837e4b9b7616
author: Paul Brossier <piem@piem.org>
date: Sat Sep 16 08:18:04 EDT 2017
Makefile: run test once, verbose is default
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@
MANDIR?=$(DATAROOTDIR)/man
# default nose2 command
-NOSE2?=nose2 -N 4
+NOSE2?=nose2 -N 4 --verbose
SOX=sox
@@ -138,8 +138,8 @@
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: