blob: 7630cac345e72cef6d0e1b77c415194c94f38945 [file] [log] [blame]
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",
"//go/testutils",
"@com_github_stretchr_testify//require",
],
)