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

pull/5290/merge
James Cammarata 11 years ago
parent 7acd2f3a2d
commit 6f1a58abd3

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

Loading…
Cancel
Save