From d6252e5824f9067f07b41fbe078420d1c43a1e3d Mon Sep 17 00:00:00 2001 From: Tobias Werth Date: Tue, 13 Sep 2016 08:39:47 +0000 Subject: Open source output_filter_test. -- MOS_MIGRATED_REVID=132973437 --- src/test/shell/integration/BUILD | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/test/shell/integration/BUILD') 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 @@ -61,6 +61,13 @@ sh_test( data = [":test-deps"], ) +sh_test( + name = "output_filter_test", + size = "medium", + srcs = ["output_filter_test.sh"], + data = [":test-deps"], +) + sh_test( name = "ui_test", size = "medium", -- cgit v1.2.3