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
bd695137
Commit
bd695137
authored
Jul 17, 2015
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move in tests directory
parent
37907b3e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
8 deletions
+14
-8
kmail/CMakeLists.txt
kmail/CMakeLists.txt
+1
-0
kmail/autotests/CMakeLists.txt
kmail/autotests/CMakeLists.txt
+0
-7
kmail/tests/CMakeLists.txt
kmail/tests/CMakeLists.txt
+13
-0
kmail/tests/dbustest.cpp
kmail/tests/dbustest.cpp
+0
-1
No files found.
kmail/CMakeLists.txt
View file @
bd695137
...
...
@@ -38,6 +38,7 @@ if (KDEPIM_BUILD_DESKTOP)
add_subdirectory
(
avscripts
)
if
(
BUILD_TESTING
)
add_subdirectory
(
autotests
)
add_subdirectory
(
tests
)
endif
()
endif
()
add_subdirectory
(
kcm_kpimidentities
)
...
...
kmail/autotests/CMakeLists.txt
View file @
bd695137
...
...
@@ -6,13 +6,6 @@ include_directories(
)
########### dbus test ###############
set
(
dbustest_SRCS dbustest.cpp
)
qt5_add_dbus_interfaces
(
dbustest_SRCS
${
CMAKE_BINARY_DIR
}
/kmail/org.kde.kmail.kmail.xml
)
add_executable
(
dbustest
${
dbustest_SRCS
}
)
add_dependencies
(
dbustest kmail_xml
)
target_link_libraries
(
dbustest KF5::KIOCore KF5::I18n Qt5::DBus
)
set
(
kmail_displaymenu_source displaymessageformatactionmenutest.cpp ../widgets/displaymessageformatactionmenu.cpp
)
add_executable
(
displaymessageformatactionmenutest
${
kmail_displaymenu_source
}
)
add_test
(
displaymessageformatactionmenutest displaymessageformatactionmenutest
)
...
...
kmail/tests/CMakeLists.txt
0 → 100644
View file @
bd695137
set
(
EXECUTABLE_OUTPUT_PATH
${
CMAKE_CURRENT_BINARY_DIR
}
)
include_directories
(
BEFORE
${
CMAKE_SOURCE_DIR
}
/kmail
${
CMAKE_BINARY_DIR
}
/kmail
)
########### dbus test ###############
set
(
dbustest_SRCS dbustest.cpp
)
qt5_add_dbus_interfaces
(
dbustest_SRCS
${
CMAKE_BINARY_DIR
}
/kmail/org.kde.kmail.kmail.xml
)
add_executable
(
dbustest
${
dbustest_SRCS
}
)
add_dependencies
(
dbustest kmail_xml
)
target_link_libraries
(
dbustest KF5::KIOCore KF5::I18n Qt5::DBus
)
kmail/
auto
tests/dbustest.cpp
→
kmail/tests/dbustest.cpp
View file @
bd695137
...
...
@@ -8,7 +8,6 @@
#include <QCommandLineParser>
#include "kmailinterface.h"
//#include "aboutdata.h"
int
main
(
int
argc
,
char
**
argv
)
{
...
...
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