Skip to content

Commit

Permalink
Support runtime_deps.
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=252612992
  • Loading branch information
cpovirk authored and ronshapiro committed Jun 13, 2019
1 parent dd5be12 commit 1163333
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testing/test_defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ def _gen_java_tests(
javacopts = None,
lib_javacopts = None,
test_javacopts = None,
runtime_deps = None,
tags = None):
test_files = []
supporting_lib_files = []
Expand Down Expand Up @@ -162,4 +163,5 @@ def _gen_java_tests(
tags = _concat(["gen_java_tests"], tags),
test_class = test_class,
deps = test_deps,
runtime_deps = runtime_deps,
)

0 comments on commit 1163333

Please sign in to comment.