gvisor/runsc/test/root/testdata/BUILD

19 lines
418 B
Python
Raw Normal View History

load("@io_bazel_rules_go//go:def.bzl", "go_library")
package(licenses = ["notice"]) # Apache 2.0
go_library(
name = "testdata",
srcs = [
"busybox.go",
"containerd_config.go",
"httpd.go",
"httpd_mount_paths.go",
"sandbox.go",
],
importpath = "gvisor.googlesource.com/gvisor/runsc/test/root/testdata",
visibility = [
"//visibility:public",
],
)