Commit 6f1a58ab by James Cammarata

Adding a Makefile target for integration tests - "make integration"

parent 7acd2f3a
......@@ -61,6 +61,9 @@ NOSETESTS ?= nosetests
all: clean python
integration:
(cd test/integration; make all)
tests:
PYTHONPATH=./lib ANSIBLE_LIBRARY=./library $(NOSETESTS) -d -w test/units -v
......
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