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

Collapse All | Expand All

(-)incidenceeditor-ng/tests/CMakeLists.txt (-1 lines)
Lines 19-25 Link Here
19
ENDMACRO(IE_EXECUTABLE_TESTS)
19
ENDMACRO(IE_EXECUTABLE_TESTS)
20
20
21
IE_UNIT_TESTS(
21
IE_UNIT_TESTS(
22
  conflictresolvertest
23
  testfreebusyitemmodel
22
  testfreebusyitemmodel
24
  testfreeperiodmodel
23
  testfreeperiodmodel
25
  testfreebusyganttproxymodel
24
  testfreebusyganttproxymodel
(-)messagecore/tests/CMakeLists.txt (-2 lines)
Lines 13-21 Link Here
13
# Attachment tests.
13
# Attachment tests.
14
add_messagecore_test( attachmentcompressjobtest.cpp )
14
add_messagecore_test( attachmentcompressjobtest.cpp )
15
add_messagecore_test( attachmentfrommimecontentjobtest.cpp )
15
add_messagecore_test( attachmentfrommimecontentjobtest.cpp )
16
add_messagecore_test( attachmentfromurljobtest.cpp )
17
add_messagecore_test( attachmentparttest.cpp )
16
add_messagecore_test( attachmentparttest.cpp )
18
add_messagecore_test( attachmentpropertiesdialogtest.cpp )
17
add_messagecore_test( attachmentpropertiesdialogtest.cpp )
19
18
20
# Other tests
19
# Other tests
21
add_messagecore_test( stringutiltest.cpp )
(-)messageviewer/tests/CMakeLists.txt (-2 lines)
Lines 31-38 Link Here
31
31
32
add_messageviewer_unittest( htmlquotecolorertest.cpp )
32
add_messageviewer_unittest( htmlquotecolorertest.cpp )
33
add_messageviewer_unittest( objecttreeparsertest.cpp )
33
add_messageviewer_unittest( objecttreeparsertest.cpp )
34
add_messageviewer_unittest( rendertest.cpp )
35
add_messageviewer_unittest( unencryptedmessagetest.cpp )
36
34
37
35
38
########### viewertest_gui ###############
36
########### viewertest_gui ###############
(-)messagecomposer/tests/CMakeLists.txt (-3 lines)
Lines 44-50 Link Here
44
44
45
# Utility stuff.
45
# Utility stuff.
46
add_messagecomposer_test( utiltest.cpp )
46
add_messagecomposer_test( utiltest.cpp )
47
add_messagecomposer_test( messagefactorytest.cpp )
48
47
49
# Non-content jobs.
48
# Non-content jobs.
50
add_messagecomposer_test( skeletonmessagejobtest.cpp )
49
add_messagecomposer_test( skeletonmessagejobtest.cpp )
Lines 55-65 Link Here
55
54
56
# More complex content jobs.
55
# More complex content jobs.
57
add_messagecomposer_test( attachmentjobtest.cpp )
56
add_messagecomposer_test( attachmentjobtest.cpp )
58
add_messagecomposer_test( maintextjobtest.cpp )
59
57
60
# Composer.
58
# Composer.
61
add_messagecomposer_test( composertest.cpp )
59
add_messagecomposer_test( composertest.cpp )
62
add_messagecomposer_cryptotest( cryptocomposertest.cpp )
63
60
64
# Crypto
61
# Crypto
65
add_messagecomposer_cryptotest( signjobtest.cpp )
62
add_messagecomposer_cryptotest( signjobtest.cpp )

Return to bug 393147