~ubuntu-branches/ubuntu/wily/unity/wily

« back to all changes in this revision

Viewing changes to tests/CMakeLists.txt

Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
                ${CMAKE_BINARY_DIR}/tests/data/update-manager.desktop)
12
12
configure_file (${CMAKE_CURRENT_SOURCE_DIR}/data/bzr-handle-patch.desktop
13
13
                ${CMAKE_BINARY_DIR}/tests/data/bzr-handle-patch.desktop)
 
14
configure_file (${CMAKE_CURRENT_SOURCE_DIR}/data/no-icon.desktop
 
15
                ${CMAKE_BINARY_DIR}/tests/data/no-icon.desktop)
14
16
#
15
17
# Unit tests
16
18
#
160
162
                 ${CMAKE_SOURCE_DIR}/unity-shared/IconTextureSource.cpp
161
163
                 ${CMAKE_SOURCE_DIR}/launcher/LauncherModel.cpp
162
164
                 ${CMAKE_SOURCE_DIR}/launcher/LauncherEntryRemote.cpp
 
165
                 ${CMAKE_SOURCE_DIR}/launcher/MockLauncherIcon.cpp
163
166
                 ${CMAKE_SOURCE_DIR}/launcher/FavoriteStorePrivate.cpp
164
167
                 ${CMAKE_SOURCE_DIR}/shortcuts/ShortcutModel.cpp
165
168
                 ${CMAKE_SOURCE_DIR}/shortcuts/ShortcutHintPrivate.cpp
206
209
                 test_dashview_impl.cpp
207
210
                 test_texture_cache.cpp
208
211
                 test_main.cpp
 
212
                 test_launcher.cpp
209
213
                 test_lensview_impl.cpp
210
214
                 test_icon_loader.cpp
211
215
                 test_im_text_entry.cpp
246
250
                 ${CMAKE_SOURCE_DIR}/launcher/LauncherIcon.cpp
247
251
                 ${CMAKE_SOURCE_DIR}/launcher/LauncherModel.cpp
248
252
                 ${CMAKE_SOURCE_DIR}/launcher/LayoutSystem.cpp
 
253
                 ${CMAKE_SOURCE_DIR}/launcher/MockLauncherIcon.cpp
249
254
                 ${CMAKE_SOURCE_DIR}/launcher/PointerBarrier.cpp
250
255
                 ${CMAKE_SOURCE_DIR}/launcher/QuicklistManager.cpp
251
256
                 ${CMAKE_SOURCE_DIR}/launcher/QuicklistMenuItem.cpp