~mir-team/mir/trunk

« back to all changes in this revision

Viewing changes to tests/unit-tests/event/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:
1
 
set (UNIT_TEST_SOURCES
2
 
  ${UNIT_TEST_SOURCES}
3
 
  ${CMAKE_CURRENT_SOURCE_DIR}/test_event_queue.cpp
4
 
  PARENT_SCOPE
5
 
)