~afrantzis/mir/gbm-alloc-validate-buffer-format

« back to all changes in this revision

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

  • Committer: Tarmac
  • Author(s): Daniel van Vugt
  • Date: 2013-08-07 06:12:51 UTC
  • mfrom: (931.2.1 crash)
  • Revision ID: tarmac-20130807061251-3q0lyvx478v32i9z
Revert r931. It is causing instant and widespread crashes (LP: #1209053). Fixes: https://bugs.launchpad.net/bugs/1209053.

Approved by PS Jenkins bot, Robert Ancell, Chris Halse Rogers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
  ${CMAKE_CURRENT_SOURCE_DIR}/test_resource_cache.cpp
9
9
  ${CMAKE_CURRENT_SOURCE_DIR}/test_session_mediator.cpp
10
10
  ${CMAKE_CURRENT_SOURCE_DIR}/test_socket_session.cpp
11
 
  ${CMAKE_CURRENT_SOURCE_DIR}/test_event_sender.cpp
12
11
)
13
12
 
14
13
# TODO this test is a mess - something better is needed.