mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2026-01-27 10:22:42 +00:00
Allow fetching metadata only for known topics
This commit is contained in:
@@ -12,6 +12,7 @@ macro(create_test test_name)
|
||||
add_executable(${test_name}_test EXCLUDE_FROM_ALL "${test_name}_test.cpp")
|
||||
add_test(${test_name} ${test_name}_test)
|
||||
add_dependencies(tests ${test_name}_test)
|
||||
add_dependencies(${test_name}_test cppkafka)
|
||||
endmacro()
|
||||
|
||||
add_definitions("-DKAFKA_TEST_INSTANCE=\"${KAFKA_TEST_INSTANCE}\"")
|
||||
|
||||
Reference in New Issue
Block a user