From 367f70fb174e8a2e3e9473bc03ac6703b4e31560 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 2 Oct 2014 13:43:36 -0400 Subject: [PATCH] Fix target in makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b1d001104e8..1ecda3e8e6e 100644 --- a/Makefile +++ b/Makefile @@ -94,7 +94,7 @@ tests: PYTHONPATH=./lib $(NOSETESTS) -d -w test/units -v newtests: - PYTHONPATH=./lib $(NOSETESTS) -d -w lib/v2/test -v + PYTHONPATH=./lib/v2/ $(NOSETESTS) -d -w lib/v2/tests -v authors: