summaryrefslogtreecommitdiffhomepage
path: root/runsc/test/root/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'runsc/test/root/BUILD')
-rw-r--r--runsc/test/root/BUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/runsc/test/root/BUILD b/runsc/test/root/BUILD
index dbc0f1d26..c69249b52 100644
--- a/runsc/test/root/BUILD
+++ b/runsc/test/root/BUILD
@@ -11,7 +11,10 @@ go_library(
go_test(
name = "root_test",
size = "small",
- srcs = ["chroot_test.go"],
+ srcs = [
+ "cgroup_test.go",
+ "chroot_test.go",
+ ],
embed = [":root"],
tags = [
# Requires docker and runsc to be configured before the test runs.