blob: d5a231fb41b443df1f03cf1560e8f2762128f429 [file]
# Copyright 2025 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
default: build
build:
@go vet ./...
@go test ./...
go build ./...
test:
CGO_ENABLED=1 go test ./...