Archived
1
0

add test target in main makefile

This commit is contained in:
Jeff Becker
2017-09-24 08:18:56 -04:00
parent dee8c005fd
commit 69fac43124
5 changed files with 21 additions and 7 deletions

View File

@@ -17,4 +17,4 @@ clean:
GOPATH=$(REPO) GOROOT=$(GOROOT) $(GO) clean -v
test:
GOPATH=$(REPO) GOROOT=$(GOROOT) $(GO) test -v srnd
GOPATH=$(REPO) GOROOT=$(GOROOT) $(GO) test srnd