diff options
author | Fabricio Voznika <fvoznika@google.com> | 2018-09-28 15:51:36 -0700 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-09-28 15:52:33 -0700 |
commit | 49ff81a42b51a3fa2ee139e1e86179fa0c427a86 (patch) | |
tree | 35194b1301a589cf5ff830f84f8b7c984f88f0a5 /runsc/test/image/BUILD | |
parent | 2496d9b4b6343154525f73e9583a4a60bebcfa30 (diff) |
Add ruby image tests
PiperOrigin-RevId: 215009066
Change-Id: I54ab920fa649cf4d0817f7cb8ea76f9126523330
Diffstat (limited to 'runsc/test/image/BUILD')
-rw-r--r-- | runsc/test/image/BUILD | 2 |
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 = [ |