From 4326e541f843e5c053221f15fef546b42ba29e25 Mon Sep 17 00:00:00 2001 From: Victor Vieux Date: Thu, 30 Jan 2014 23:50:23 +0000 Subject: [PATCH] add make test-integration Docker-DCO-1.1-Signed-off-by: Victor Vieux (github: vieux) --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 275f9dc84c..168707a80f 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: all binary build cross default docs docs-build docs-shell shell test +.PHONY: all binary build cross default docs docs-build docs-shell shell test test-integration GIT_BRANCH := $(shell git rev-parse --abbrev-ref HEAD) DOCKER_IMAGE := docker:$(GIT_BRANCH) @@ -25,6 +25,9 @@ docs-shell: docs-build test: build $(DOCKER_RUN_DOCKER) hack/make.sh test test-integration +test-integration: build + $(DOCKER_RUN_DOCKER) hack/make.sh test-integration + shell: build $(DOCKER_RUN_DOCKER) bash