Allow fetching metadata only for known topics

This commit is contained in:
Matias Fontanini
2017-04-15 16:53:37 -07:00
parent e26d7e7db2
commit 28f6253cfb
3 changed files with 10 additions and 7 deletions

View File

@@ -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}\"")