blob: 654aea880dfcac1d902945ee5f20efd765f5c8b3 [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "testutil",
srcs = ["testutil.go"],
importpath = "go.skia.org/infra/go/ds/testutil",
visibility = ["//visibility:public"],
deps = [
"//go/ds",
"//go/emulators",
"//go/emulators/gcp_emulator",
"//go/util",
"@com_github_stretchr_testify//require",
"@org_golang_google_api//iterator",
],
)