Add a 'make integration' target (#17710)

Runs test/utils/shippable/integration.sh
This commit is contained in:
Adrian Likins 2016-09-22 16:31:43 -04:00 committed by Matt Clay
parent e11f7d2339
commit be1139317a

View file

@ -105,6 +105,9 @@ tests:
tests-py3:
PYTHONPATH=./lib $(NOSETESTS3) -d -w test/units -v --with-coverage --cover-package=ansible --cover-branches
integration:
test/utils/shippable/integration.sh
authors:
sh hacking/authors.sh