aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/integration/BUILD
diff options
context:
space:
mode:
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 81824f8744..8e794ab575 100644
--- a/src/test/shell/integration/BUILD
+++ b/src/test/shell/integration/BUILD
@@ -69,6 +69,13 @@ sh_test(
)
sh_test(
+ name = "bazel_testjobs_test",
+ srcs = ["bazel_testjobs_test.sh"],
+ data = [":test-deps"],
+ shard_count = 3,
+)
+
+sh_test(
name = "bazel_query_test",
size = "medium",
srcs = ["bazel_query_test.sh"],