~mir-team/mir/in-process-egl+input-conglomeration

« back to all changes in this revision

Viewing changes to tests/unit-tests/graphics/android/CMakeLists.txt

Merged trunk and fixed issues

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
  ${CMAKE_CURRENT_SOURCE_DIR}/test_android_alloc_adaptor.cpp
9
9
  ${CMAKE_CURRENT_SOURCE_DIR}/test_android_alloc_adaptor_native_win.cpp
10
10
  ${CMAKE_CURRENT_SOURCE_DIR}/test_android_buffer_allocator.cpp
 
11
  ${CMAKE_CURRENT_SOURCE_DIR}/test_gpu_display.cpp
11
12
  ${CMAKE_CURRENT_SOURCE_DIR}/test_hwc_device.cpp
12
13
  ${CMAKE_CURRENT_SOURCE_DIR}/test_hwc10_device.cpp
13
14
  ${CMAKE_CURRENT_SOURCE_DIR}/test_hwc11_device.cpp
14
15
  ${CMAKE_CURRENT_SOURCE_DIR}/test_hwc_display.cpp
15
 
  ${CMAKE_CURRENT_SOURCE_DIR}/test_gpu_display.cpp
 
16
  ${CMAKE_CURRENT_SOURCE_DIR}/test_internal_client_interpreter.cpp
 
17
  ${CMAKE_CURRENT_SOURCE_DIR}/test_internal_client.cpp
16
18
  ${CMAKE_CURRENT_SOURCE_DIR}/test_framebuffer_factory.cpp
17
19
  ${CMAKE_CURRENT_SOURCE_DIR}/test_fb_simple_swapper.cpp
18
20
  ${CMAKE_CURRENT_SOURCE_DIR}/test_fb_device.cpp
19
21
  ${CMAKE_CURRENT_SOURCE_DIR}/test_hwc_layerlist.cpp
20
22
  ${CMAKE_CURRENT_SOURCE_DIR}/test_server_interpreter.cpp
21
23
  ${CMAKE_CURRENT_SOURCE_DIR}/test_pixel_format.cpp
 
24
  ${CMAKE_CURRENT_SOURCE_DIR}/test_interpreter_buffer_cache.cpp
22
25
)
23
26
 
24
27
set(UNIT_TEST_SOURCES ${UNIT_TEST_SOURCES} PARENT_SCOPE)