From 3bd2cdddb890fa4aabb7d8abc042d630d082724b Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Thu, 15 May 2014 16:21:17 -0600 Subject: [PATCH] Add "cross" to the "test" Makefile target Docker-DCO-1.1-Signed-off-by: Andrew Page (github: tianon) Upstream-commit: 8ec01f9dc1d18c532f60f1bfb6c0ab5eea378b3c Component: engine --- components/engine/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/Makefile b/components/engine/Makefile index a4c8658e08..a8e4dc5ca1 100644 --- a/components/engine/Makefile +++ b/components/engine/Makefile @@ -35,7 +35,7 @@ docs-release: docs-build $(DOCKER_RUN_DOCS) "$(DOCKER_DOCS_IMAGE)" ./release.sh test: build - $(DOCKER_RUN_DOCKER) hack/make.sh binary test-unit test-integration test-integration-cli + $(DOCKER_RUN_DOCKER) hack/make.sh binary cross test-unit test-integration test-integration-cli test-unit: build $(DOCKER_RUN_DOCKER) hack/make.sh test-unit