~alan-griffiths/mir/remove-BufferInitializer

« back to all changes in this revision

Viewing changes to tests/unit-tests/frontend/CMakeLists.txt

start using the exchange_buffer rpc to get the buffer for the client. Add some tests where I thought {exchange/next}_buffer had a disparity in test coverage.

Approved by Daniel van Vugt, PS Jenkins bot, Andreas Pokorny.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
  ${CMAKE_CURRENT_SOURCE_DIR}/test_event_sender.cpp
12
12
  ${CMAKE_CURRENT_SOURCE_DIR}/test_unauthorized_display_changer.cpp
13
13
  ${CMAKE_CURRENT_SOURCE_DIR}/test_basic_connector.cpp
 
14
  ${CMAKE_CURRENT_SOURCE_DIR}/test_protobuf_message_processor.cpp
14
15
)
15
16
 
16
17
if (MIR_TEST_PLATFORM STREQUAL "android")