diff --git a/Makefile b/Makefile index b433ec16f8..8f7ba9b39b 100644 --- a/Makefile +++ b/Makefile @@ -59,12 +59,14 @@ ifeq ($(OFFICIAL),) endif RPMNVR = "$(NAME)-$(VERSION)-$(RPMRELEASE)$(RPMDIST)" +NOSETESTS := nosetests + ######################################################## all: clean python tests: - PYTHONPATH=./lib nosetests -d -v + PYTHONPATH=./lib $(NOSETESTS) -d -v # To force a rebuild of the docs run 'touch VERSION && make docs' docs: $(MANPAGES) modulepages