blob: 2762c08e61cc5c22d0c4da45d154910635e8b11a [file] [log] [blame] [edit]
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "testutils",
srcs = ["testutils.go"],
importpath = "go.skia.org/infra/go/depot_tools/testutils",
visibility = ["//visibility:public"],
deps = [
"//go/depot_tools",
"//go/sktest",
"@com_github_stretchr_testify//require",
],
)