~ubuntu-branches/ubuntu/vivid/mir/vivid

« back to all changes in this revision

Viewing changes to tests/integration-tests/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release
  • Date: 2014-10-10 14:01:26 UTC
  • mto: This revision was merged to the branch mainline in revision 84.
  • Revision ID: package-import@ubuntu.com-20141010140126-n1czko8na1kuz4ll
Tags: upstream-0.8.0+14.10.20141010
ImportĀ upstreamĀ versionĀ 0.8.0+14.10.20141010

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
include(CMakeDependentOption)
2
2
 
3
 
include_directories(${CMAKE_SOURCE_DIR})
 
3
include_directories(
 
4
  ${CMAKE_SOURCE_DIR}
 
5
  ${PROJECT_SOURCE_DIR}/src/include/platform
 
6
  ${PROJECT_SOURCE_DIR}/src/include/server
 
7
  ${PROJECT_SOURCE_DIR}/src/include/client
 
8
)
4
9
 
5
10
set(
6
11
  INTEGRATION_TESTS_SRCS
7
12
  test_surface_stack_with_compositor.cpp
 
13
  test_client_surface_swap_buffers.cpp
8
14
  test_surfaceloop.cpp
 
15
  test_stale_frames.cpp
9
16
  test_error_reporting.cpp
 
17
  test_exchange_buffer.cpp
10
18
  test_display_info.cpp
11
19
  test_display_server_main_loop_events.cpp
12
20
  test_surface_first_frame_sync.cpp
13
21
  test_swapinterval.cpp
14
22
  test_server_client_types.cpp
 
23
  test_server_shutdown.cpp
15
24
  test_session_manager.cpp
16
25
  test_session.cpp
17
26
  session_management.cpp
50
59
  ${MIR_COMMON_OBJECTS}
51
60
)
52
61
 
 
62
mir_precompiled_header(mir_integration_tests ${CMAKE_CURRENT_SOURCE_DIR}/precompiled.hpp)
 
63
 
53
64
add_dependencies(mir_integration_tests GMock)
54
65
 
55
66
uses_android_input(mir_integration_tests)