summaryrefslogtreecommitdiffhomepage
path: root/runsc/test/image/BUILD
diff options
context:
space:
mode:
authorFabricio Voznika <fvoznika@google.com>2018-09-28 15:51:36 -0700
committerShentubot <shentubot@google.com>2018-09-28 15:52:33 -0700
commit49ff81a42b51a3fa2ee139e1e86179fa0c427a86 (patch)
tree35194b1301a589cf5ff830f84f8b7c984f88f0a5 /runsc/test/image/BUILD
parent2496d9b4b6343154525f73e9583a4a60bebcfa30 (diff)
Add ruby image tests
PiperOrigin-RevId: 215009066 Change-Id: I54ab920fa649cf4d0817f7cb8ea76f9126523330
Diffstat (limited to 'runsc/test/image/BUILD')
-rw-r--r--runsc/test/image/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/runsc/test/image/BUILD b/runsc/test/image/BUILD
index 5854eec12..c41161d50 100644
--- a/runsc/test/image/BUILD
+++ b/runsc/test/image/BUILD
@@ -11,6 +11,8 @@ go_test(
data = [
"latin10k.txt",
"mysql.sql",
+ "ruby.rb",
+ "ruby.sh",
],
embed = [":image"],
tags = [