aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/integration/BUILD
diff options
context:
space:
mode:
authorGravatar Tobias Werth <twerth@google.com>2018-08-10 07:01:10 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-08-10 07:02:59 -0700
commitb354d04134cf6fbda4ef45934835bbfcd61004ab (patch)
treea56bc11ad39043e90644da31d3040f7a82bc521b /src/test/shell/integration/BUILD
parent8e93ed32e0b4f98051e80e50e2eb81efd9e39251 (diff)
Test our expectations around --server_javabase/--host_javabase/--javabase with an integration test.
Closes #5848. PiperOrigin-RevId: 208203634
Diffstat (limited to 'src/test/shell/integration/BUILD')
-rw-r--r--src/test/shell/integration/BUILD8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/test/shell/integration/BUILD b/src/test/shell/integration/BUILD
index 15855c6586..0fd692a230 100644
--- a/src/test/shell/integration/BUILD
+++ b/src/test/shell/integration/BUILD
@@ -468,6 +468,14 @@ sh_test(
tags = ["no_windows"],
)
+sh_test(
+ name = "bazel_java_test",
+ size = "medium",
+ srcs = ["bazel_java_test.sh"],
+ data = [":test-deps"],
+ tags = ["no_windows"],
+)
+
########################################################################
# Test suites.