diff options
author | Fabricio Voznika <fvoznika@google.com> | 2018-11-07 23:28:37 -0800 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-11-07 23:29:48 -0800 |
commit | 90e81b2e5c665b9fc149f97dcf15142c190260c6 (patch) | |
tree | 3fa27177d77c080e92aa3fd8b23a2d337200e000 /runsc/test/root/testdata/BUILD | |
parent | d12a0dd6b8afaca9fbb5fe60fb84a3ae0502261a (diff) |
Add test that volume can be mounted on top of a symlink
PiperOrigin-RevId: 220588094
Change-Id: I18915e892ceac86eac1f89ebcadffb4fdf8d0cf6
Diffstat (limited to 'runsc/test/root/testdata/BUILD')
-rw-r--r-- | runsc/test/root/testdata/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runsc/test/root/testdata/BUILD b/runsc/test/root/testdata/BUILD index a22635129..6c9fe0aea 100644 --- a/runsc/test/root/testdata/BUILD +++ b/runsc/test/root/testdata/BUILD @@ -5,6 +5,7 @@ package(licenses = ["notice"]) # Apache 2.0 go_library( name = "testdata", srcs = [ + "busybox.go", "containerd_config.go", "httpd.go", "httpd_mount_paths.go", |