~hikiko/mir/mir.unity8-desktop-session

« back to all changes in this revision

Viewing changes to tests/mir_test_framework/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Daniel van Vugt, Ubuntu daily release
  • Date: 2014-01-08 02:04:38 UTC
  • mfrom: (1.1.54)
  • Revision ID: package-import@ubuntu.com-20140108020438-ikbu7qqm9v2l026y
Tags: 0.1.3+14.04.20140108-0ubuntu1
[ Daniel van Vugt ]
* Preparing for release 0.1.3

[ Ubuntu daily release ]
* Automatic snapshot from revision 1170

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
  TEST_FRAMEWORK_SRCS
11
11
 
12
12
  cross_process_sync.cpp
 
13
  in_process_server.cpp
13
14
  testing_server_options.cpp
14
15
  input_testing_server_options.cpp
 
16
  input_testing_client_configuration.cpp
 
17
  stubbed_server_configuration.cpp
15
18
  testing_process_manager.cpp
16
19
  testing_client_options.cpp
17
20
  display_server_test_fixture.cpp
22
25
  socket_detect_server.cpp
23
26
)
24
27
 
25
 
if (MIR_PLATFORM STREQUAL "gbm")
 
28
if (MIR_PLATFORM STREQUAL "mesa")
26
29
  include_directories(${UMOCKDEV_INCLUDE_DIRS})
27
30
  list(APPEND TEST_FRAMEWORK_SRCS
28
31
    udev_environment.cpp
52
55
  ${CMAKE_THREAD_LIBS_INIT} # Link in pthread.
53
56
)
54
57
 
55
 
if (MIR_PLATFORM STREQUAL "gbm")
 
58
if (MIR_PLATFORM STREQUAL "mesa")
56
59
  target_link_libraries(
57
60
    mir-test-framework
58
61