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