aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/integration/BUILD
diff options
context:
space:
mode:
authorGravatar Tobias Werth <twerth@google.com>2016-09-13 08:39:47 +0000
committerGravatar Dmitry Lomov <dslomov@google.com>2016-09-13 12:32:05 +0000
commitd6252e5824f9067f07b41fbe078420d1c43a1e3d (patch)
treeb518f465253fa80ba5acdb3be0bab1461e69a920 /src/test/shell/integration/BUILD
parent9fa899679a4bfdbb70425f239d0f8d17cb9d8ab6 (diff)
Open source output_filter_test.
-- MOS_MIGRATED_REVID=132973437
Diffstat (limited to 'src/test/shell/integration/BUILD')
-rw-r--r--src/test/shell/integration/BUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/test/shell/integration/BUILD b/src/test/shell/integration/BUILD
index c0fb69754b..9654fb53b5 100644
--- a/src/test/shell/integration/BUILD
+++ b/src/test/shell/integration/BUILD
@@ -62,6 +62,13 @@ sh_test(
)
sh_test(
+ name = "output_filter_test",
+ size = "medium",
+ srcs = ["output_filter_test.sh"],
+ data = [":test-deps"],
+)
+
+sh_test(
name = "ui_test",
size = "medium",
srcs = ["ui_test.sh"],