blob: 289a438c96cbea0962890d707c8671c5de33b153 [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "alertstest",
srcs = ["alertstest.go"],
importpath = "go.skia.org/infra/perf/go/alerts/alertstest",
visibility = ["//visibility:public"],
deps = [
"//perf/go/alerts",
"@com_github_stretchr_testify//assert",
"@com_github_stretchr_testify//require",
],
)