Skip to content
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.

Commit

Permalink
Merge pull request #172 from msabramo/make_test_get-code
Browse files Browse the repository at this point in the history
Makefile: make `test` depend on `get-code`
  • Loading branch information
andrewsmedina committed Jan 2, 2015
2 parents 79ef937 + 4630d0f commit ccd329c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ godep:
go get $(GO_EXTRAFLAGS) github.com/tools/godep
godep restore ./...

test:
test: get-code
go clean $(GO_EXTRAFLAGS) ./...
go test $(GO_EXTRAFLAGS) ./...

Expand Down

0 comments on commit ccd329c

Please sign in to comment.