File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ add_ydb_test(NAME topic_it GTEST
66 basic_usage.cpp
77 describe_topic.cpp
88 local_partition.cpp
9+ topic_to_table.cpp
910 trace.cpp
1011 LINK_LIBRARIES
1112 topic_it_utils
@@ -24,6 +25,7 @@ add_ydb_test(NAME topic_direct_read_it GTEST
2425 describe_topic.cpp
2526 local_partition.cpp
2627 direct_read.cpp
28+ topic_to_table.cpp
2729 LINK_LIBRARIES
2830 topic_it_utils
2931 topic_it_setup
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ target_sources(topic_it_setup
77
88target_link_libraries (topic_it_setup
99 PUBLIC
10+ topic_it_utils
1011 YDB-CPP-SDK::Discovery
1112 YDB-CPP-SDK::Topic
1213 GTest::gtest
Original file line number Diff line number Diff line change @@ -2,6 +2,10 @@ _ydb_sdk_add_library(topic_it_utils)
22
33target_sources (topic_it_utils
44 PRIVATE
5+ describe.cpp
6+ local_partition.cpp
7+ managed_executor.cpp
8+ setup.cpp
59 trace.cpp
610)
711
You can’t perform that action at this time.
0 commit comments