Skip to content

Commit

Permalink
[twitter-server] Mark Targets Bazel Compatible
Browse files Browse the repository at this point in the history
Problem/Solution

Tests are bazel compatible

JIRA Issues: DPB-14380

Differential Revision: https://phabricator.twitter.biz/D766988
  • Loading branch information
adams authored and jenkins committed Oct 21, 2021
1 parent 3577036 commit 54437e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions server/src/test/scala/BUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
junit_tests(
sources = ["**/*.scala"],
compiler_option_sets = ["fatal_warnings"],
tags = ["bazel-compatible"],
dependencies = [
"3rdparty/jvm/com/fasterxml/jackson/core:jackson-databind",
"3rdparty/jvm/com/fasterxml/jackson/module:jackson-module-scala",
Expand Down
1 change: 1 addition & 0 deletions slf4j-jdk14/src/test/scala/BUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
junit_tests(
sources = ["**/*.scala"],
compiler_option_sets = ["fatal_warnings"],
tags = ["bazel-compatible"],
dependencies = [
"3rdparty/jvm/junit",
"3rdparty/jvm/org/mockito:mockito-all",
Expand Down

0 comments on commit 54437e1

Please sign in to comment.