blob: e33ee887e5be1ae673ce991c2887492855f6a744 [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/gitstore/shared_tests",
visibility = ["//visibility:public"],
deps = [
"//go/deepequal/assertdeep",
"//go/git",
"//go/git/testutils/mem_git",
"//go/gitstore",
"//go/sktest",
"//go/vcsinfo",
"@com_github_stretchr_testify//require",
],
)