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 8fdaa1e5c..e3985ecc4 100644
--- a/runsc/test/image/BUILD
+++ b/runsc/test/image/BUILD
@@ -5,7 +5,10 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test")
go_test(
name = "image_test",
size = "large",
- srcs = ["image_test.go"],
+ srcs = [
+ "image_test.go",
+ "python_test.go",
+ ],
data = [
"latin10k.txt",
"mysql.sql",