reconnect unit tests to 'make tests'

This commit is contained in:
Michael DeHaan
2014-02-20 19:13:27 -05:00
parent 2177b773c8
commit f0dd040377
2 changed files with 2 additions and 2 deletions

View File

@@ -62,7 +62,7 @@ NOSETESTS := nosetests
all: clean python
tests:
PYTHONPATH=./lib ANSIBLE_LIBRARY=./library $(NOSETESTS) -d -v
PYTHONPATH=./lib ANSIBLE_LIBRARY=./library $(NOSETESTS) -d -w test/units -v
authors:
sh hacking/authors.sh