~mir-team/mir/x11-multi-window

« back to all changes in this revision

Viewing changes to tests/unit-tests/client/input/CMakeLists.txt

Remove android-input

This now also removes the separate thread created for every client window. .

Approved by mir-ci-bot, Daniel van Vugt, Cemil Azizoglu, Brandon Schaefer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
list(APPEND UNIT_TEST_SOURCES
2
 
  ${CMAKE_CURRENT_SOURCE_DIR}/test_android_input_receiver.cpp
3
2
  ${CMAKE_CURRENT_SOURCE_DIR}/test_xkb_mapper.cpp
4
3
)
5
4