blob: 500f0b7362b7bedb507dce102d5884f13502feb8 [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "shared_tests",
srcs = ["shared_tests.go"],
importpath = "go.skia.org/infra/go/git/repograph/shared_tests",
visibility = ["//visibility:public"],
deps = [
"//go/deepequal/assertdeep",
"//go/git",
"//go/git/repograph",
"//go/git/testutils",
"//go/sktest",
"//go/testutils",
"//go/util",
"//go/vcsinfo",
"@com_github_stretchr_testify//require",
],
)