aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/integration/BUILD
diff options
context:
space:
mode:
authorGravatar Yun Peng <pcloudy@google.com>2016-09-13 10:20:04 +0000
committerGravatar Dmitry Lomov <dslomov@google.com>2016-09-13 12:32:11 +0000
commiteaa5730fbc71fe142fd0c753dd056a2f3f16d5ee (patch)
treebce22c8a24cbbf4e1b1968e7230ad2a253bd93d7 /src/test/shell/integration/BUILD
parent402dae7602e8e7db0915915637969440c70c01fc (diff)
Open source bazel_query_test
-- MOS_MIGRATED_REVID=132980407
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 9654fb53b5..1b34fa4295 100644
--- a/src/test/shell/integration/BUILD
+++ b/src/test/shell/integration/BUILD
@@ -69,6 +69,13 @@ sh_test(
)
sh_test(
+ name = "bazel_query_test",
+ size = "medium",
+ srcs = ["bazel_query_test.sh"],
+ data = [":test-deps"],
+)
+
+sh_test(
name = "ui_test",
size = "medium",
srcs = ["ui_test.sh"],