Skip to content

Commit

Permalink
[16/?] Tag passing test_suites as bazel-compatible
Browse files Browse the repository at this point in the history
JIRA Issues: PSEC-11789

Differential Revision: https://phabricator.twitter.biz/D797933
  • Loading branch information
jcrawford13 authored and jenkins committed Dec 10, 2021
1 parent 5bd8c36 commit a981322
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions scrooge-adaptive/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ target(

test_suite(
name = "tests",
tags = ["bazel-compatible"],
dependencies = [
"scrooge/scrooge-adaptive/src/test/scala",
],
Expand Down
1 change: 1 addition & 0 deletions scrooge-core/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ target(

test_suite(
name = "tests",
tags = ["bazel-compatible"],
dependencies = [
"scrooge/scrooge-core/src/test/scala",
],
Expand Down
1 change: 1 addition & 0 deletions scrooge-serializer/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ target(

test_suite(
name = "tests",
tags = ["bazel-compatible"],
dependencies = [
"scrooge/scrooge-serializer/src/test/scala",
],
Expand Down

0 comments on commit a981322

Please sign in to comment.