Gitiles
Code Review
Sign In
gerrit.opencord.org
/
voltha-openolt-adapter
/
3b4946332139c2301af0502f4198544b22633486
/
.
/
vendor
/
github.com
/
hashicorp
/
go-rootcerts
/
Makefile
blob: c3989e789f690cb21aee1db639105c41e6054f88 [
file
] [
log
] [
blame
]
TEST
?=./...
test
:
go test $
(
TEST
)
$
(
TESTARGS
)
-
timeout
=
3s
-
parallel
=
4
go vet $
(
TEST
)
go test $
(
TEST
)
-
race
.
PHONY
:
test