diff options
Diffstat (limited to 'runsc/test/image/BUILD')
-rw-r--r-- | runsc/test/image/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runsc/test/image/BUILD b/runsc/test/image/BUILD index e3985ecc4..fda6f2d9c 100644 --- a/runsc/test/image/BUILD +++ b/runsc/test/image/BUILD @@ -8,6 +8,7 @@ go_test( srcs = [ "image_test.go", "python_test.go", + "tomcat_test.go", ], data = [ "latin10k.txt", |