Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
KDE Pim
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Unmaintained
KDE Pim
Commits
62d532e1
Commit
62d532e1
authored
Feb 24, 2015
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
isolate unittest
parent
eb5a2a0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
kmail/tests/CMakeLists.txt
kmail/tests/CMakeLists.txt
+8
-5
No files found.
kmail/tests/CMakeLists.txt
View file @
62d532e1
...
...
@@ -23,11 +23,6 @@ kde4_add_unit_test( identityaddvcarddialogtest ${kmail_identityaddvcarddialog_so
target_link_libraries
(
identityaddvcarddialogtest
${
QT_QTTEST_LIBRARY
}
${
KDE4_KDEUI_LIBS
}
${
KDE4_KFILE_LIBS
}
)
set
(
kmail_followupreminderselectdatedialog_source followupreminderselectdatedialogtest.cpp ../followupreminder/followupreminderselectdatedialog.cpp
)
kde4_add_unit_test
(
followupreminderselectdatedialogtest
${
kmail_followupreminderselectdatedialog_source
}
)
target_link_libraries
(
followupreminderselectdatedialogtest
${
QT_QTTEST_LIBRARY
}
${
KDE4_KDEUI_LIBS
}
${
KDEPIMLIBS_AKONADI_LIBS
}
${
KDEPIMLIBS_AKONADI_CALENDAR_LIBS
}
${
KDEPIMLIBS_KCALCORE_LIBS
}
)
set
(
kmail_statusbarlabeltoggledstate_source statusbarlabeltoggledstatetest.cpp ../widgets/statusbarlabeltoggledstate.cpp
)
kde4_add_unit_test
(
statusbarlabeltoggledstatetest
${
kmail_statusbarlabeltoggledstate_source
}
)
target_link_libraries
(
statusbarlabeltoggledstatetest
${
QT_QTTEST_LIBRARY
}
${
KDE4_KDEUI_LIBS
}
)
...
...
@@ -42,3 +37,11 @@ set( kmail_cryptostateindicatorwidgettest_source cryptostateindicatorwidgettest.
kde4_add_unit_test
(
cryptostateindicatorwidgettest
${
kmail_cryptostateindicatorwidgettest_source
}
)
target_link_libraries
(
cryptostateindicatorwidgettest
${
QT_QTTEST_LIBRARY
}
${
KDE4_KDEUI_LIBS
}
messagecore
)
include
(
AkonadiMacros
)
set
(
KDEPIMLIBS_RUN_ISOLATED_TESTS TRUE
)
set
(
KDEPIMLIBS_RUN_SQLITE_ISOLATED_TESTS TRUE
)
add_akonadi_isolated_test_advanced
(
followupreminderselectdatedialogtest.cpp
"../followupreminder/followupreminderselectdatedialog.cpp"
"
${
KDEPIMLIBS_AKONADI_CALENDAR_LIBS
}
;
${
KDEPIMLIBS_KCALCORE_LIBS
}
"
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment