added target test

This commit is contained in:
Jan Halfar 2017-07-03 15:58:03 +02:00
parent 1f4b41846d
commit d1f8b5f2e1

View File

@ -5,4 +5,7 @@ demo:
.PHONY: install
install:
GOBIN=/usr/local/bin go install cmd/gotsrpc/gotsrpc.go
GOBIN=/usr/local/bin go install cmd/gotsrpc/gotsrpc.go
test: demo
go test $(glide nv)