Fix target in makefile

pull/9250/head
Michael DeHaan 10 years ago
parent 1aa338a353
commit 367f70fb17

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

Loading…
Cancel
Save