aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/BUILD
diff options
context:
space:
mode:
authorGravatar ruperts <ruperts@google.com>2017-12-12 14:32:28 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2017-12-12 14:34:07 -0800
commit2968132137f715f59e50ad94af6df56a29228c8e (patch)
tree4085a0405253ab537b8fd917f26a28d0c1eb2425 /src/test/shell/BUILD
parent4a2f2c5c8d582de2914b22d47fc878fcd9da3a04 (diff)
Move linux_sandbox_test from shell/bazel to shell/integration.
Also split off part of the linux_sandbox_test into the linux_sandbox_network_test. RELNOTES: None. PiperOrigin-RevId: 178816110
Diffstat (limited to 'src/test/shell/BUILD')
-rw-r--r--src/test/shell/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/shell/BUILD b/src/test/shell/BUILD
index 5ba6474ab7..e6fa79c16a 100644
--- a/src/test/shell/BUILD
+++ b/src/test/shell/BUILD
@@ -4,6 +4,7 @@ exports_files([
"bin/bazel",
"testenv.sh",
"integration_test_setup.sh",
+ "sandboxing_test_utils.sh",
"unittest.bash",
])