Skip to content

Commit

Permalink
Tweak the inference of the test class's package a bit, to support src…
Browse files Browse the repository at this point in the history
…/test/kotlin/ and kotlin/, since while it's common for kotlin files to live in a /java/ root, it's not UNcommon for them to live in a *kotlin/ root. (bazelbuild#257)
  • Loading branch information
jongerrish authored Jan 15, 2020
1 parent efb40f8 commit 92c5470
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kotlin/internal/jvm/impl.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,9 @@ def kt_jvm_binary_impl(ctx):

_SPLIT_STRINGS = [
"src/test/java/",
"src/test/kotlin/",
"javatests/",
"kotlin/",
"java/",
"test/",
]
Expand Down

0 comments on commit 92c5470

Please sign in to comment.