Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
PIM Messagelib
Commits
1379785a
Commit
1379785a
authored
May 18, 2021
by
Laurent Montel
😁
Browse files
Prepare to add autotests
parent
77aabea0
Changes
2
Hide whitespace changes
Inline
Side-by-side
messagelist/src/CMakeLists.txt
View file @
1379785a
...
...
@@ -6,7 +6,9 @@ configure_file(config-messagelist.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-mes
add_definitions
(
-DTRANSLATION_DOMAIN=\"libmessagelist\"
)
add_subdirectory
(
pics
)
if
(
BUILD_TESTING
)
add_subdirectory
(
core/widgets/autotests
)
endif
()
set
(
libmessagelist_SRCS
core/aggregation.cpp
core/delegate.cpp
...
...
messagelist/src/core/widgets/autotests/CMakeLists.txt
0 → 100644
View file @
1379785a
macro
(
add_messagelist_widget_unittest _source
)
get_filename_component
(
_name
${
_source
}
NAME_WE
)
ecm_add_test
(
${
_source
}
TEST_NAME
${
_name
}
NAME_PREFIX
"messagelist-"
LINK_LIBRARIES KF5::MessageList Qt::Test
)
endmacro
()
#add_messagelist_widget_unittest(shownextmessagewidgettest.cpp)
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