File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -224,7 +224,8 @@ function (google_cloud_cpp_pubsublite_client_define_tests)
224224 ${CMAKE_CURRENT_SOURCE_DIR} /testing/mock_async_reader_writer.h
225225 ${CMAKE_CURRENT_SOURCE_DIR} /testing/mock_backoff_policy.h
226226 ${CMAKE_CURRENT_SOURCE_DIR} /testing/mock_resumable_async_reader_writer_stream.h
227- ${CMAKE_CURRENT_SOURCE_DIR} /testing/mock_retry_policy.h )
227+ ${CMAKE_CURRENT_SOURCE_DIR} /testing/mock_retry_policy.h
228+ ${CMAKE_CURRENT_SOURCE_DIR} /testing/mock_service.h )
228229
229230 target_link_libraries (
230231 pubsublite_testing
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ google_cloud_cpp_pubsublite_hdrs = [
2121 "admin_connection.h" ,
2222 "admin_connection_idempotency_policy.h" ,
2323 "admin_options.h" ,
24- "internal/batching_options.h" ,
2524 "endpoint.h" ,
2625 "internal/admin_auth_decorator.h" ,
2726 "internal/admin_connection_impl.h" ,
@@ -32,6 +31,7 @@ google_cloud_cpp_pubsublite_hdrs = [
3231 "internal/admin_stub.h" ,
3332 "internal/admin_stub_factory.h" ,
3433 "internal/alarm_registry.h" ,
34+ "internal/batching_options.h" ,
3535 "internal/cursor_auth_decorator.h" ,
3636 "internal/cursor_logging_decorator.h" ,
3737 "internal/cursor_metadata_decorator.h" ,
You can’t perform that action at this time.
0 commit comments