gofmt and test sub directories in makefile

This commit is contained in:
Victor Vieux 2013-06-19 14:50:58 +00:00
parent 0ae778c881
commit 5dcab2d361
4 changed files with 13 additions and 13 deletions

View File

@ -72,7 +72,7 @@ else ifneq ($(DOCKER_DIR), $(realpath $(DOCKER_DIR)))
endif
test: all
@(cd $(DOCKER_DIR); sudo -E go test $(GO_OPTIONS))
@(cd $(DOCKER_DIR); sudo -E go test ./... $(GO_OPTIONS))
fmt:
@gofmt -s -l -w .