Commit 367f70fb by Michael DeHaan

Fix target in makefile

parent 1aa338a3
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment