~kdub/mir/mali-client-render-support

« back to all changes in this revision

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

  • Committer: Kevin DuBois
  • Date: 2013-10-28 16:35:51 UTC
  • mfrom: (1062.1.104 development-branch)
  • Revision ID: kevin.dubois@canonical.com-20131028163551-anfzjjmprq9d6rrh
merge in dev branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
  ${CMAKE_CURRENT_SOURCE_DIR}/test_switching_bundle.cpp
8
8
  ${CMAKE_CURRENT_SOURCE_DIR}/test_gl_renderer.cpp
9
9
  ${CMAKE_CURRENT_SOURCE_DIR}/test_bypass.cpp
 
10
  ${CMAKE_CURRENT_SOURCE_DIR}/test_occlusion.cpp
10
11
)
11
12
 
12
13
set(UNIT_TEST_SOURCES ${UNIT_TEST_SOURCES} PARENT_SCOPE)