summaryrefslogtreecommitdiffhomepage
path: root/runsc/test/root/testdata/BUILD
blob: a226351291eb5451b02f4ed0b32fa04da91d4dce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
load("@io_bazel_rules_go//go:def.bzl", "go_library")

package(licenses = ["notice"])  # Apache 2.0

go_library(
    name = "testdata",
    srcs = [
        "containerd_config.go",
        "httpd.go",
        "httpd_mount_paths.go",
        "sandbox.go",
    ],
    importpath = "gvisor.googlesource.com/gvisor/runsc/test/root/testdata",
    visibility = [
        "//visibility:public",
    ],
)