Browse code

Fix target in makefile

Michael DeHaan authored on 2014/10/03 02:43:36
Showing 1 changed files
... ...
@@ -94,7 +94,7 @@ tests:
94 94
 	PYTHONPATH=./lib $(NOSETESTS) -d -w test/units -v
95 95
 
96 96
 newtests:
97
-	PYTHONPATH=./lib $(NOSETESTS) -d -w lib/v2/test -v
97
+	PYTHONPATH=./lib/v2/ $(NOSETESTS) -d -w lib/v2/tests -v
98 98
 
99 99
 
100 100
 authors: