Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 392993 | Differences between
and this patch

Collapse All | Expand All

(-)part/tests/CMakeLists.txt (-13 lines)
Lines 92-110 Link Here
92
  katepartinterfaces
92
  katepartinterfaces
93
)
93
)
94
94
95
########### vimode test ###############
96
97
kde4_add_unit_test(vimode_test TESTNAME kate-vimode_test vimode_test.cpp)
98
99
100
101
target_link_libraries( vimode_test
102
  ${KDE4_KDEUI_LIBS}
103
  ${QT_QTTEST_LIBRARY}
104
  ${KATE_TEST_LINK_LIBS}
105
  katepartinterfaces
106
)
107
108
########### cursor test ###############
95
########### cursor test ###############
109
96
110
kde4_add_unit_test(movingcursor_test TESTNAME kate-movingcursor_test movingcursor_test.cpp)
97
kde4_add_unit_test(movingcursor_test TESTNAME kate-movingcursor_test movingcursor_test.cpp)

Return to bug 392993