~mir-team/mir/trunk

« back to all changes in this revision

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

  • Committer: Tarmac
  • Author(s): Alan Griffiths
  • Date: 2013-04-25 23:50:01 UTC
  • mfrom: (526.2.22 mir1)
  • Revision ID: tarmac-20130425235001-c3b3x2yyb3eldyx1
frontend, shell, tests: surface-states updated to avoid supplying dependencies through public member functions.

Approved by PS Jenkins bot, Chris Halse Rogers, Robert Ancell, Kevin DuBois.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
  ${CMAKE_CURRENT_SOURCE_DIR}/test_protobuf_reports_errors.cpp
7
7
  ${CMAKE_CURRENT_SOURCE_DIR}/test_resource_cache.cpp
8
8
  ${CMAKE_CURRENT_SOURCE_DIR}/test_session_mediator.cpp
 
9
  ${CMAKE_CURRENT_SOURCE_DIR}/test_event_pipe.cpp
9
10
)
10
11
 
11
12
# TODO this test is a mess - something better is needed.