From be1139317a37a34e067da0a7426b806f12921842 Mon Sep 17 00:00:00 2001 From: Adrian Likins Date: Thu, 22 Sep 2016 16:31:43 -0400 Subject: [PATCH] Add a 'make integration' target (#17710) Runs test/utils/shippable/integration.sh --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index e1a30f23dc0..6744b075906 100644 --- a/Makefile +++ b/Makefile @@ -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