~afrantzis/mir/offscreen-display-wip

« back to all changes in this revision

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

  • Committer: Tarmac
  • Author(s): Kevin DuBois
  • Date: 2013-11-06 10:43:44 UTC
  • mfrom: (1116.3.65 offscreen-display)
  • Revision ID: tarmac-20131106104344-624ikxb3cx98t25q
android: clean up mga::DisplayBuffer and mga::DisplayBufferFactory

Our construction of mga::Display was not suitable for android multimonitor, plus our tests in this area were tangled.

Approved by Alan Griffiths, Alexandros Frantzis, Daniel van Vugt, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
  ${CMAKE_CURRENT_SOURCE_DIR}/test_android_platform.cpp
22
22
  ${CMAKE_CURRENT_SOURCE_DIR}/test_interpreter_buffer_cache.cpp
23
23
  ${CMAKE_CURRENT_SOURCE_DIR}/test_external_refcount.cpp
 
24
  ${CMAKE_CURRENT_SOURCE_DIR}/test_display_buffer_factory.cpp
24
25
)
25
26
 
26
27
set(UNIT_TEST_SOURCES ${UNIT_TEST_SOURCES} PARENT_SCOPE)