2014-06-03 11:35:09 -05:00
|
|
|
default: test
|
|
|
|
|
2015-02-13 20:40:02 -06:00
|
|
|
test:
|
2014-11-18 07:23:22 -06:00
|
|
|
go run script/check-MakeGitError-thread-lock.go
|
2015-02-13 20:40:02 -06:00
|
|
|
go test ./...
|
2014-06-03 11:35:09 -05:00
|
|
|
|
2015-02-13 20:40:02 -06:00
|
|
|
install:
|
|
|
|
go install ./...
|