Merge pull request #5826 from tianon/add-cross-to-test

Add "cross" to the "test" Makefile target
Upstream-commit: 041dbcb7beba008392b2b36405638a7490b37d58
Component: engine
This commit is contained in:
Victor Vieux
2014-05-15 15:35:18 -07:00
+1 -1
View File
@@ -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