diff options
author | Fabricio Voznika <fvoznika@google.com> | 2018-09-05 13:12:15 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-09-05 13:13:26 -0700 |
commit | 1d22d87fdc464b0641eca69f730777c27984c2ff (patch) | |
tree | 6d06b3da86c7135d70ee89fb4c96c184f9052d52 /runsc/container/BUILD | |
parent | f96b33c73c2150632a8a1ba22b1a420ec1f1214d (diff) |
Move multi-container test to a single file
PiperOrigin-RevId: 211685288
Change-Id: I7872f2a83fcaaa54f385e6e567af6e72320c5aa0
Diffstat (limited to 'runsc/container/BUILD')
-rw-r--r-- | runsc/container/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runsc/container/BUILD b/runsc/container/BUILD index b86974d41..efdf43175 100644 --- a/runsc/container/BUILD +++ b/runsc/container/BUILD @@ -38,6 +38,7 @@ go_test( srcs = [ "container_test.go", "fs_test.go", + "multi_container_test.go", ], data = [ ":uds_test_app", |