blob: 149b34c6fa6ad51c1031f18a6e98057f80cb5ff4 [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/exec/testutils",
visibility = ["//visibility:public"],
deps = [
"//go/exec",
"@com_github_stretchr_testify//assert",
"@com_github_stretchr_testify//require",
],
)