Fix target in makefile

This commit is contained in:
Michael DeHaan 2014-10-02 13:43:36 -04:00
parent 1aa338a353
commit 367f70fb17

View file

@ -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: