summaryrefslogtreecommitdiffhomepage
path: root/runsc/testutil/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'runsc/testutil/BUILD')
-rw-r--r--runsc/testutil/BUILD19
1 files changed, 0 insertions, 19 deletions
diff --git a/runsc/testutil/BUILD b/runsc/testutil/BUILD
deleted file mode 100644
index 3c3027cb5..000000000
--- a/runsc/testutil/BUILD
+++ /dev/null
@@ -1,19 +0,0 @@
-load("@io_bazel_rules_go//go:def.bzl", "go_library")
-
-package(licenses = ["notice"])
-
-go_library(
- name = "testutil",
- testonly = 1,
- srcs = ["testutil.go"],
- importpath = "gvisor.dev/gvisor/runsc/testutil",
- visibility = ["//:sandbox"],
- deps = [
- "//pkg/log",
- "//pkg/sync",
- "//runsc/boot",
- "//runsc/specutils",
- "@com_github_cenkalti_backoff//:go_default_library",
- "@com_github_opencontainers_runtime-spec//specs-go:go_default_library",
- ],
-)