~saviq/unity/phablet-mods.bump-release

« back to all changes in this revision

Viewing changes to tests/CMakeLists.txt

  • Committer: Tarmac
  • Author(s): Brandon Schaefer
  • Date: 2013-03-21 01:41:34 UTC
  • mfrom: (3225.2.2 unity)
  • Revision ID: tarmac-20130321014134-dt3qafmrpm5560ww
Moved slow unit tests in switcher controller over to test-gtest-slow.

Approved by PS Jenkins bot, Marco Trevisan (Treviño).

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
       logger_helper.cpp
106
106
       test_im_text_entry_slow.cpp
107
107
       test_im_text_entry_class.cpp
 
108
       test_switcher_controller_slow.cpp
 
109
       test_switcher_controller_class.cpp
108
110
       test_tooltip_manager.cpp
109
111
      )
110
112
 
112
114
       gtest
113
115
       gmock
114
116
       launcher-lib
 
117
       switcher-lib
115
118
       unity-shared
 
119
       unity-shared-standalone
116
120
      )
117
121
 
118
122
  add_executable(test-gtest-slow ${GTEST_SLOW_SOURCES})
279
283
                 test_software_center_launcher_icon.cpp
280
284
                 test_static_cairo_text.cpp
281
285
                 test_switcher_controller.cpp
 
286
                 test_switcher_controller_class.cpp
282
287
                 test_switcher_model.cpp
283
288
                 test_switcher_view.cpp
284
289
                 test_tabiterator.cpp