~vanvugt/unity/fix-865006

« back to all changes in this revision

Viewing changes to tests/CMakeLists.txt

  • Committer: Tarmac
  • Author(s): Andrea Azzarone
  • Date: 2012-06-12 14:35:38 UTC
  • mfrom: (2388.1.4 hud-reset)
  • Revision ID: tarmac-20120612143538-igkcxpuc2ly14ghk
Fix HUD flickering when showing up after closing previous search. Included with respective unit test and required changes.. Fixes: https://bugs.launchpad.net/bugs/1011507. Approved by Łukasz Zemczak.

Show diffs side-by-side

added added

removed removed

Lines of Context:
148
148
                 test_main_xless.cpp
149
149
                 test_grabhandle.cpp
150
150
                 test_unityshell_private.cpp
151
 
                             test_showdesktop_handler.cpp
 
151
                 test_showdesktop_handler.cpp
152
152
                 test_hud_private.cpp
153
153
                 ${CMAKE_SOURCE_DIR}/launcher/AbstractLauncherIcon.cpp
154
154
                 ${CMAKE_SOURCE_DIR}/unity-shared/Animator.cpp
167
167
                 ${CMAKE_SOURCE_DIR}/unity-shared/Timer.cpp
168
168
                 ${UNITY_SRC}/UnityshellPrivate.cpp
169
169
                 ${CMAKE_SOURCE_DIR}/unity-shared/WindowManager.cpp
170
 
                             ${UNITY_SRC}/UnityShowdesktopHandler.cpp
 
170
                 ${UNITY_SRC}/UnityShowdesktopHandler.cpp
171
171
                 ${CMAKE_SOURCE_DIR}/plugins/unity-mt-grab-handles/src/unity-mt-grab-handle.cpp
172
172
                 ${CMAKE_SOURCE_DIR}/plugins/unity-mt-grab-handles/src/unity-mt-grab-handle-group.cpp
173
173
                 ${CMAKE_SOURCE_DIR}/plugins/unity-mt-grab-handles/src/unity-mt-grab-handle-impl-factory.cpp
201
201
  add_executable(test-gtest
202
202
                 test_bamflaunchericon.cpp
203
203
                 test_hud_button.cpp
 
204
                 test_hud_controller.cpp
204
205
                 test_dashview_impl.cpp
205
206
                 test_texture_cache.cpp
206
207
                 test_main.cpp
217
218
                 ${CMAKE_SOURCE_DIR}/dash/ResultRenderer.cpp
218
219
                 ${CMAKE_SOURCE_DIR}/dash/ResultView.cpp
219
220
                 ${CMAKE_SOURCE_DIR}/dash/ResultViewGrid.cpp
 
221
                 ${CMAKE_SOURCE_DIR}/hud/HudAbstractView.cpp
220
222
                 ${CMAKE_SOURCE_DIR}/hud/HudButton.cpp
 
223
                 ${CMAKE_SOURCE_DIR}/hud/HudController.cpp
221
224
                 ${CMAKE_SOURCE_DIR}/hud/HudIcon.cpp
222
225
                 ${CMAKE_SOURCE_DIR}/hud/HudIconTextureSource.cpp
223
226
                 ${CMAKE_SOURCE_DIR}/hud/HudPrivate.cpp
255
258
                 ${CMAKE_SOURCE_DIR}/launcher/SwitcherModel.cpp
256
259
                 ${CMAKE_SOURCE_DIR}/launcher/SwitcherView.cpp
257
260
                 ${CMAKE_SOURCE_DIR}/launcher/Tooltip.cpp
 
261
                 ${CMAKE_SOURCE_DIR}/unity-shared/Animator.cpp
258
262
                 ${CMAKE_SOURCE_DIR}/unity-shared/BackgroundEffectHelper.cpp
259
263
                 ${CMAKE_SOURCE_DIR}/unity-shared/DashStyle.cpp
260
264
                 ${CMAKE_SOURCE_DIR}/unity-shared/IconLoader.cpp