|
|
|
|
@ -9,8 +9,7 @@ set(KONSOLE_TEST_LIBS Qt5::Test konsoleprivate) |
|
|
|
|
## since make test is supposed to be fully automated. |
|
|
|
|
|
|
|
|
|
kde4_add_executable(PartManualTest TEST PartManualTest.cpp) |
|
|
|
|
target_link_libraries(PartManualTest XmlGui KParts |
|
|
|
|
${KDE4_KPTY_LIBS} |
|
|
|
|
target_link_libraries(PartManualTest XmlGui KParts KPty |
|
|
|
|
${KONSOLE_TEST_LIBS}) |
|
|
|
|
|
|
|
|
|
kde4_add_unit_test(CharacterColorTest CharacterColorTest.cpp) |
|
|
|
|
@ -26,8 +25,7 @@ target_link_libraries(HistoryTest ${KONSOLE_TEST_LIBS}) |
|
|
|
|
|
|
|
|
|
if (NOT ${CMAKE_SYSTEM_NAME} MATCHES "Darwin") |
|
|
|
|
kde4_add_unit_test(PartTest PartTest.cpp) |
|
|
|
|
target_link_libraries(PartTest XmlGui KParts |
|
|
|
|
${KDE4_KPTY_LIBS} |
|
|
|
|
target_link_libraries(PartTest XmlGui KParts KPty |
|
|
|
|
${KONSOLE_TEST_LIBS}) |
|
|
|
|
endif() |
|
|
|
|
|
|
|
|
|
@ -35,7 +33,7 @@ kde4_add_unit_test(ProfileTest ProfileTest.cpp) |
|
|
|
|
target_link_libraries(ProfileTest ${KONSOLE_TEST_LIBS}) |
|
|
|
|
|
|
|
|
|
kde4_add_unit_test(PtyTest PtyTest.cpp) |
|
|
|
|
target_link_libraries(PtyTest ${KDE4_KPTY_LIBS} ${KONSOLE_TEST_LIBS}) |
|
|
|
|
target_link_libraries(PtyTest KPty ${KONSOLE_TEST_LIBS}) |
|
|
|
|
|
|
|
|
|
##kde4_add_unit_test(SessionManagerTest SessionManagerTest.cpp) |
|
|
|
|
##target_link_libraries(SessionManagerTest ${KONSOLE_TEST_LIBS}) |
|
|
|
|
|