~andreas-pokorny/mir/activate-pointer-acceleration

« back to all changes in this revision

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

  • Committer: Tarmac
  • Author(s): Christopher James Halse Rogers, Christopher James Halse Rogers
  • Date: 2015-02-18 04:25:26 UTC
  • mfrom: (2239.7.33 add-multiplexing-dispatchable)
  • Revision ID: tarmac-20150218042526-j1ei9ni2k4tua4e9
Add MultiplexingDispatchable.

This does exactly what it says; multiplexes multiple Dispatchables into a single Dispatchable. Each dispatch() of the MultiplexingDispatchable dispatches to a child Dispatchable with active events.

Approved by Alexandros Frantzis, PS Jenkins bot, Robert Carr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
list(APPEND UNIT_TEST_SOURCES
2
2
  ${CMAKE_CURRENT_SOURCE_DIR}/test_simple_dispatch_thread.cpp
 
3
  ${CMAKE_CURRENT_SOURCE_DIR}/test_multiplexing_dispatchable.cpp
 
4
  ${CMAKE_CURRENT_SOURCE_DIR}/test_dispatch_utils.cpp
3
5
)
4
6
 
5
7
set(UNIT_TEST_SOURCES ${UNIT_TEST_SOURCES} PARENT_SCOPE)