From dfae67e19e80ce1bb1c4b572ef32d333beeda5c3 Mon Sep 17 00:00:00 2001 From: "Philippe M. Chiasson" Date: Fri, 25 Mar 2011 13:19:05 -0400 Subject: [PATCH] missing variable --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e0aa27d..d6e68f8 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,8 @@ version := $(shell $(PYTHON) setup.py --version) tag := $(shell grep tag_build setup.cfg | cut -d= -f2 | xargs echo ) NOSETESTS := nosetests -NOSETESTS_ARGS := --with-xunit --with-coverage --cover-package=linkdrop +NOSETESTS_ARGS := --with-xunit --with-coverage --cover-package=linkdrop --cover-erase +COVERAGE := coverage ifeq ($(TOPSRCDIR),) export TOPSRCDIR = $(shell pwd)