Allow custom nosetests parameters

The NOSETESTS variable can be used to support customizing the nosetests
parameters.  This allows providing custom nose parameters such as
--with-coverage.
This commit is contained in:
James Laska 2014-02-21 13:13:55 -05:00
parent d29da4cba1
commit a77ea0f942

View file

@ -55,7 +55,7 @@ ifeq ($(OFFICIAL),)
endif
RPMNVR = "$(NAME)-$(VERSION)-$(RPMRELEASE)$(RPMDIST)"
NOSETESTS := nosetests
NOSETESTS ?= nosetests
########################################################