Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
Use recursive go test instead of naming directories individually
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Wilkie committed Mar 31, 2015
1 parent 10f37db commit 592be90
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,8 @@ $(WEAVEEXEC_EXPORT): weaveexec/Dockerfile $(DOCKER_DISTRIB) weave
$(DOCKER_DISTRIB):
curl -o $(DOCKER_DISTRIB) $(DOCKER_DISTRIB_URL)

# Add more directories in here as more tests are created
tests:
cd router; go test -cover -tags netgo
cd nameserver; go test -cover -tags netgo
go test -cover -tags netgo ./...

$(PUBLISH): publish_%:
$(SUDO) docker tag -f $(DOCKERHUB_USER)/$* $(DOCKERHUB_USER)/$*:$(WEAVE_VERSION)
Expand Down

0 comments on commit 592be90

Please sign in to comment.