From 2d6a49215c15e7649f8b041e5a04e75b4d360c94 Mon Sep 17 00:00:00 2001 From: Victor Vieux Date: Wed, 19 Jun 2013 18:21:46 +0000 Subject: [PATCH] add testall rule --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index ee8522117..44497d7d3 100644 --- a/Makefile +++ b/Makefile @@ -72,6 +72,9 @@ else ifneq ($(DOCKER_DIR), $(realpath $(DOCKER_DIR))) endif test: all + @(cd $(DOCKER_DIR); sudo -E go test $(GO_OPTIONS)) + +testall: all @(cd $(DOCKER_DIR); sudo -E go test ./... $(GO_OPTIONS)) fmt: