Skip to content

Commit 54437e1

Browse files
adamsjenkins
authored andcommitted
[twitter-server] Mark Targets Bazel Compatible
Problem/Solution Tests are bazel compatible JIRA Issues: DPB-14380 Differential Revision: https://phabricator.twitter.biz/D766988
1 parent 3577036 commit 54437e1

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

  • server/src/test/scala
  • slf4j-jdk14/src/test/scala

server/src/test/scala/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
junit_tests(
22
sources = ["**/*.scala"],
33
compiler_option_sets = ["fatal_warnings"],
4+
tags = ["bazel-compatible"],
45
dependencies = [
56
"3rdparty/jvm/com/fasterxml/jackson/core:jackson-databind",
67
"3rdparty/jvm/com/fasterxml/jackson/module:jackson-module-scala",

slf4j-jdk14/src/test/scala/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
junit_tests(
22
sources = ["**/*.scala"],
33
compiler_option_sets = ["fatal_warnings"],
4+
tags = ["bazel-compatible"],
45
dependencies = [
56
"3rdparty/jvm/junit",
67
"3rdparty/jvm/org/mockito:mockito-all",

0 commit comments

Comments
 (0)