blob: e7344dd11193425bf0c8624213fe0d4bf2e48f83 [file] [log] [blame]
load("@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",
],
)