aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/BUILD
diff options
context:
space:
mode:
authorGravatar Kush Chakraborty <kush@google.com>2017-03-08 15:30:59 +0000
committerGravatar Vladimir Moskva <vladmos@google.com>2017-03-09 10:27:29 +0000
commit4baedc7bf96bd06b36c4af241b7423d21b6ba424 (patch)
treec17272f6e4f49c539f708b0b79517b543622f76e /src/BUILD
parentcb8a5e25382cb67a80449ac1fb78ae9680650b92 (diff)
Create ExperimentalTestRunner which is just the same as BazelTestRunner, but a testbed of upcoming changes, without breaking existing test targets.
To use the alternate test runner a java test should add the tag "experimental_testrunner" and depend on "@bazel_tools//tools/jdk:ExperimentalTestRunner_deploy.jar" (instead of @bazel_tools//tools/jdk:TestRunner_deploy.jar) -- PiperOrigin-RevId: 149536298 MOS_MIGRATED_REVID=149536298
Diffstat (limited to 'src/BUILD')
-rw-r--r--src/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/BUILD b/src/BUILD
index d350c6ac6f..a418615794 100644
--- a/src/BUILD
+++ b/src/BUILD
@@ -148,6 +148,7 @@ genrule(
"//src/java_tools/singlejar:SingleJar_deploy.jar",
"//src/java_tools/buildjar/java/com/google/devtools/build/buildjar/genclass:GenClass_deploy.jar",
"//src/java_tools/junitrunner/java/com/google/testing/junit/runner:Runner_deploy.jar",
+ "//src/java_tools/junitrunner/java/com/google/testing/junit/runner:ExperimentalRunner_deploy.jar",
"//src/java_tools/junitrunner/java/com/google/testing/coverage:embedded_tools",
"//third_party/ijar",
"//third_party/java/apkbuilder:embedded_tools",