summaryrefslogtreecommitdiffhomepage
path: root/runsc/test/image/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'runsc/test/image/BUILD')
-rw-r--r--runsc/test/image/BUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/runsc/test/image/BUILD b/runsc/test/image/BUILD
index 2876d4256..fb9db4d4c 100644
--- a/runsc/test/image/BUILD
+++ b/runsc/test/image/BUILD
@@ -6,7 +6,10 @@ go_test(
name = "image_test",
size = "small",
srcs = ["image_test.go"],
- data = ["latin10k.txt"],
+ data = [
+ "latin10k.txt",
+ "mysql.sql",
+ ],
embed = [":image"],
tags = [
# Requires docker and runsc to be configured before the test runs.