summaryrefslogtreecommitdiffhomepage
path: root/runsc/container/BUILD
diff options
context:
space:
mode:
authorFabricio Voznika <fvoznika@google.com>2018-08-21 14:01:14 -0700
committerShentubot <shentubot@google.com>2018-08-21 14:02:19 -0700
commita854678bc36065379ca0b988410b4a8318747a3d (patch)
tree4feba94e6456a8004f68ed4ebc3d0ac297c0279b /runsc/container/BUILD
parent45e759a1facdc8644025a84a68514ebad2813a90 (diff)
Move container_test to the container package
PiperOrigin-RevId: 209655274 Change-Id: Id381114bdb3197c73e14f74b3f6cf1afd87d60cb
Diffstat (limited to 'runsc/container/BUILD')
-rw-r--r--runsc/container/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/runsc/container/BUILD b/runsc/container/BUILD
index 1171355c8..e40ca4709 100644
--- a/runsc/container/BUILD
+++ b/runsc/container/BUILD
@@ -39,6 +39,7 @@ go_test(
":uds_test_app",
"//runsc",
],
+ embed = [":container"],
tags = [
"requires-kvm",
],
@@ -49,7 +50,6 @@ go_test(
"//pkg/sentry/kernel/auth",
"//pkg/unet",
"//runsc/boot",
- "//runsc/container",
"//runsc/specutils",
"//runsc/test/testutil",
"@com_github_opencontainers_runtime-spec//specs-go:go_default_library",