]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/tests/CMakeLists.txt
Created unit test for PlacesItemModel
[dolphin.git] / src / tests / CMakeLists.txt
index 13bd963f9f04c0ac343bed13dcf9204490ebc794..c656173a8d77510a40ddb95ae892010fec56a1f7 100644 (file)
@@ -58,4 +58,10 @@ ecm_add_test(dolphinmainwindowtest.cpp
 TEST_NAME dolphinmainwindowtest
 LINK_LIBRARIES dolphinprivate dolphinstatic Qt5::Test)
 
-ecm_add_test(draganddrophelpertest.cpp LINK_LIBRARIES dolphinprivate Qt5::Test)
\ No newline at end of file
+ecm_add_test(draganddrophelpertest.cpp LINK_LIBRARIES dolphinprivate Qt5::Test)
+
+# PlacesItemModelTest
+ecm_add_test(placesitemmodeltest.cpp
+TEST_NAME placesitemmodeltest
+LINK_LIBRARIES dolphinprivate dolphinstatic Qt5::Test)
+