Sign in
gdch-oss
/
third_party
/
shoenig
/
go-m1cpu
/
41fe74c064b56dad60b3cbe1a62f82d39a06960b
/
.
/
Makefile
blob: 28d786397d4b40b5867f90fcf299caa63ee9e727 [
file
] [
log
] [
blame
]
SHELL
=
bash
default
:
test
.
PHONY
:
test
test
:
@echo
"--> Running Tests ..."
@go
test
-
v
-
race
./...
vet
:
@echo
"--> Vet Go sources ..."
@go
vet
./...