~vanvugt/mir/frontend-server

« back to all changes in this revision

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

  • Committer: Daniel van Vugt
  • Date: 2014-04-15 03:51:25 UTC
  • mfrom: (1416.1.134 development-branch)
  • Revision ID: daniel.van.vugt@canonical.com-20140415035125-qvrycnzs1b86qgc7
Merge latest development-branch and fix conflicts

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_consuming_placement_strategy.cpp
3
 
  ${CMAKE_CURRENT_SOURCE_DIR}/test_organising_surface_factory.cpp
4
3
  ${CMAKE_CURRENT_SOURCE_DIR}/test_graphics_display_layout.cpp
5
4
)
6
5