Sign in
chromium
/
infra
/
infra
/
e560ebb6baf0
/
.
/
go
/
src
/
infra
/
chromeperf
/
Makefile
blob: 8b69fda30699d32724743aafef9374b6aa5eaa03 [
file
] [
log
] [
blame
]
# Copyright 2020 The Chromium Authors. All rights reserved.
# Use of this source code is governed under the Apache License, Version 2.0
# that can be found in the LICENSE file.
all
:
gen
go build
./...
test
:
gen
go test
./...
gen
:
go generate
./...