diff --git a/Makefile b/Makefile index 982cd143b27..fcb1f158606 100644 --- a/Makefile +++ b/Makefile @@ -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