Skip to content

Commit

Permalink
Merge pull request #4584 from graphcareful/fix-non-running-test
Browse files Browse the repository at this point in the history
Fix for kafka/protocol unit tests not running
  • Loading branch information
Rob Blafford committed May 6, 2022
2 parents 6b92046 + 79d6b82 commit 98978ab
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions src/v/kafka/protocol/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,28 @@ find_package(CppKafka CONFIG REQUIRED)
rp_test(
UNIT_TEST
BINARY_NAME
test_kafka_protocol
test_kafka_protocol_unit
SOURCES
batch_reader_test.cc
security_test.cc
DEFINITIONS
BOOST_TEST_DYN_LINK
LIBRARIES
Boost::unit_test_framework
v::kafka
v::storage_test_utils
LABELS
kafka
kafka_protocol
)

rp_test(
UNIT_TEST
BINARY_NAME
test_kafka_protocol_single_thread
SOURCES
batch_reader_test.cc
DEFINITIONS
BOOST_TEST_DYN_LINK
LIBRARIES
v::seastar_testing_main
v::kafka
Expand Down

0 comments on commit 98978ab

Please sign in to comment.