summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAdrian Likins <alikins@redhat.com>2016-09-22 16:31:43 -0400
committerMatt Clay <matt@mystile.com>2016-09-22 13:31:43 -0700
commitbe1139317a37a34e067da0a7426b806f12921842 (patch)
tree447235f887edb1ddb985eac04ef0e459f201c131 /Makefile
parente11f7d2339ac0ef13e383de20b700bce60db49e0 (diff)
downloadansible-be1139317a37a34e067da0a7426b806f12921842.tar.gz
Add a 'make integration' target (#17710)
Runs test/utils/shippable/integration.sh
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e1a30f23dc..6744b07590 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