blob: c1ca1da5d39ac8300afa1a027552b9e1c239f366 [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "regressiontest",
srcs = ["regressiontest.go"],
importpath = "go.skia.org/infra/perf/go/regression/regressiontest",
visibility = ["//visibility:public"],
deps = [
"//perf/go/clustering2",
"//perf/go/regression",
"//perf/go/types",
"//perf/go/ui/frame",
"@com_github_stretchr_testify//assert",
"@com_github_stretchr_testify//require",
],
)