diff options
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 = [ |