Browse code

Add "cross" to the "test" Makefile target

Docker-DCO-1.1-Signed-off-by: Andrew Page <admwiggin@gmail.com> (github: tianon)

Tianon Gravi authored on 2014/05/16 07:21:17
Showing 1 changed files
... ...
@@ -35,7 +35,7 @@ docs-release: docs-build
35 35
 	$(DOCKER_RUN_DOCS) "$(DOCKER_DOCS_IMAGE)" ./release.sh
36 36
 
37 37
 test: build
38
-	$(DOCKER_RUN_DOCKER) hack/make.sh binary test-unit test-integration test-integration-cli
38
+	$(DOCKER_RUN_DOCKER) hack/make.sh binary cross test-unit test-integration test-integration-cli
39 39
 
40 40
 test-unit: build
41 41
 	$(DOCKER_RUN_DOCKER) hack/make.sh test-unit