Skip to content

Commit

Permalink
Added a test target in maekfile. Usage 'make test'. Will get you the …
Browse files Browse the repository at this point in the history
…compilation errors & unit test results.
  • Loading branch information
AmitKumarDas committed Aug 2, 2016
1 parent c9c5fa9 commit dd8fd14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

all: deps test

test:
go test ./...

deps:
go get -t ./...
go get -u github.com/golang/lint/golint
Expand Down

0 comments on commit dd8fd14

Please sign in to comment.