Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
bazel-central-registry
/
b293cd67ab29955cd7417a438a812a9741d6431d
/
.
/
modules
/
modern-cpp-kafka
/
2024.07.03
/
patches
/
tests_BUILD.bazel.patch
blob: f1cc200ddc6f7cb07bf3a45e53062d2fd83d36f7 [
file
] [
log
] [
blame
]
---
tests
/
BUILD
.
bazel
+++
tests
/
BUILD
.
bazel
@@
-
6
,
9
+
6
,
7
@@
cc_test
(
deps
=
[
"//:modern-cpp-kafka-api"
,
"@gtest//:gtest"
,
"@gtest//:gtest_main"
,
-
"@rapidjson//:rapidjson"
],
-
-
linkopts
=
[
"-lrdkafka"
],
+
"@boost.algorithm"
],
timeout
=
"short"
,