~ubuntu-branches/ubuntu/utopic/mir/utopic-proposed

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release
  • Date: 2014-03-10 19:28:46 UTC
  • mto: This revision was merged to the branch mainline in revision 63.
  • Revision ID: package-import@ubuntu.com-20140310192846-rq9qm3ec26yrelo2
Tags: upstream-0.1.6+14.04.20140310
ImportĀ upstreamĀ versionĀ 0.1.6+14.04.20140310

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
  ${CMAKE_CURRENT_SOURCE_DIR}/test_protobuf_sends_fds.cpp
25
25
)
26
26
 
27
 
if (MIR_PLATFORM STREQUAL "android")
 
27
if (MIR_TEST_PLATFORM STREQUAL "android")
28
28
  list(APPEND UNIT_TEST_SOURCES
29
29
    ${CMAKE_CURRENT_SOURCE_DIR}/test_session_mediator_android.cpp
30
30
  )
31
 
elseif (MIR_PLATFORM STREQUAL "mesa")
 
31
elseif (MIR_TEST_PLATFORM STREQUAL "mesa")
32
32
  list(APPEND UNIT_TEST_SOURCES
33
33
    ${CMAKE_CURRENT_SOURCE_DIR}/test_session_mediator_mesa.cpp
34
34
  )