add testall rule

Upstream-commit: 2d6a49215c15e7649f8b041e5a04e75b4d360c94
Component: engine
This commit is contained in:
Victor Vieux
2013-06-19 18:21:46 +00:00
parent e55048dc4d
commit df7ed98feb

View File

@ -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: