summaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
diff options
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r--tests/CMakeLists.txt24
1 files changed, 18 insertions, 6 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 110424524..85b016ac7 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -121,6 +121,7 @@ if (GTEST_FOUND AND
# The actual test executable (xless) - do not put anything that requires X in here
add_executable(test-gtest-xless
test_animator.cpp
+ test_launcher_model.cpp
test_glib_object.cpp
test_glib_object_utils.cpp
test_glib_object_utils.h
@@ -130,11 +131,13 @@ if (GTEST_FOUND AND
test_glib_variant.cpp
${CMAKE_CURRENT_BINARY_DIR}/test_glib_signals_utils_marshal.cpp
test_favorite_store_gsettings.cpp
+ test_favorite_store_private.cpp
+ test_home_lens.cpp
test_shortcut_model.cpp
test_shortcut_private.cpp
test_introspection.cpp
test_main_xless.cpp
- test_grabhandle.cpp
+ test_grabhandle.cpp
${UNITY_SRC}/AbstractLauncherIcon.h
${UNITY_SRC}/AbstractShortcutHint.h
${UNITY_SRC}/Animator.cpp
@@ -147,6 +150,10 @@ if (GTEST_FOUND AND
${UNITY_SRC}/FavoriteStore.h
${UNITY_SRC}/FavoriteStoreGSettings.cpp
${UNITY_SRC}/FavoriteStoreGSettings.h
+ ${UNITY_SRC}/LauncherModel.cpp
+ ${UNITY_SRC}/LauncherModel.h
+ ${UNITY_SRC}/FavoriteStorePrivate.cpp
+ ${UNITY_SRC}/FavoriteStorePrivate.h
${UNITY_SRC}/MockLauncherIcon.h
${UNITY_SRC}/MockShortcutHint.h
${UNITY_SRC}/ShortcutModel.cpp
@@ -163,11 +170,11 @@ if (GTEST_FOUND AND
${UNITY_SRC}/Timer.h
${UNITY_SRC}/WindowManager.cpp
${UNITY_SRC}/WindowManager.h
- ${CMAKE_SOURCE_DIR}/plugins/unity-mt-grab-handles/src/unity-mt-grab-handle.cpp
- ${CMAKE_SOURCE_DIR}/plugins/unity-mt-grab-handles/src/unity-mt-grab-handle-group.cpp
- ${CMAKE_SOURCE_DIR}/plugins/unity-mt-grab-handles/src/unity-mt-grab-handle-impl-factory.cpp
- ${CMAKE_SOURCE_DIR}/plugins/unity-mt-grab-handles/src/unity-mt-grab-handle-layout.cpp
- ${CMAKE_SOURCE_DIR}/plugins/unity-mt-grab-handles/src/unity-mt-texture.cpp
+ ${CMAKE_SOURCE_DIR}/plugins/unity-mt-grab-handles/src/unity-mt-grab-handle.cpp
+ ${CMAKE_SOURCE_DIR}/plugins/unity-mt-grab-handles/src/unity-mt-grab-handle-group.cpp
+ ${CMAKE_SOURCE_DIR}/plugins/unity-mt-grab-handles/src/unity-mt-grab-handle-impl-factory.cpp
+ ${CMAKE_SOURCE_DIR}/plugins/unity-mt-grab-handles/src/unity-mt-grab-handle-layout.cpp
+ ${CMAKE_SOURCE_DIR}/plugins/unity-mt-grab-handles/src/unity-mt-texture.cpp
)
target_link_libraries(test-gtest-xless ${GTEST_BOTH_LIBRARIES} ${GMOCK_LIB} ${GMOCK_MAIN_LIB})
add_test(UnityGTestXless test-gtest-xless)
@@ -195,10 +202,15 @@ if (GTEST_FOUND AND
test_dashview_impl.cpp
test_texture_cache.cpp
test_main.cpp
+ test_icon_loader.cpp
${UNITY_SRC}/DashViewPrivate.cpp
${UNITY_SRC}/DashViewPrivate.h
${UNITY_SRC}/TextureCache.cpp
${UNITY_SRC}/TextureCache.h
+ ${UNITY_SRC}/IconLoader.cpp
+ ${UNITY_SRC}/IconLoader.h
+ ${UNITY_SRC}/Timer.cpp
+ ${UNITY_SRC}/Timer.h
)
target_link_libraries(test-gtest ${GTEST_BOTH_LIBRARIES})
add_test(UnityGTest test-gtest)