┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/tests/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/CMakeLists.txt')
-rw-r--r--src/tests/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt
index 930a6f433..cac38deae 100644
--- a/src/tests/CMakeLists.txt
+++ b/src/tests/CMakeLists.txt
@@ -109,6 +109,11 @@ if(NOT WIN32)
set_tests_properties(dolphin_smoketest PROPERTIES TIMEOUT 30)
endif()
+# PlacesPanelTest
+ecm_add_test(placespaneltest.cpp
+ TEST_NAME placespaneltest
+ LINK_LIBRARIES dolphinprivate dolphinstatic Qt6::Test)
+
find_gem(test-unit)
set_package_properties(Gem_test-unit PROPERTIES
TYPE RECOMMENDED