~mir-team/mir/trunk

« back to all changes in this revision

Viewing changes to tests/unit-tests/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:
20
20
add_subdirectory(android_input/)
21
21
add_subdirectory(surfaces/)
22
22
add_subdirectory(draw/)
23
 
add_subdirectory(event/)
24
23
 
25
24
add_executable(unit-tests ${UNIT_TEST_SOURCES})
26
25
uses_android_input(unit-tests)