blob: 6bb1ed08b5f9c1805e9e098c8ff049467c467c46 [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/task_driver/go/db/shared_tests",
visibility = ["//visibility:public"],
deps = [
"//go/deepequal/assertdeep",
"//go/sktest",
"//task_driver/go/db",
"//task_driver/go/td",
"@com_github_google_uuid//:uuid",
"@com_github_stretchr_testify//require",
],
)