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
Akonadi Contacts
Commits
8576a360
Commit
8576a360
authored
Jun 20, 2017
by
Laurent Montel
😁
Browse files
Move tests/autotest
parent
f4e27a5c
Changes
9
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
8576a360
...
...
@@ -71,9 +71,5 @@ endif(BUILD_TESTING)
add_subdirectory
(
src
)
add_subdirectory
(
kcm
)
if
(
BUILD_TESTING
)
add_subdirectory
(
autotests
)
add_subdirectory
(
tests
)
endif
()
feature_summary
(
WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES
)
src/akonadi-contacts/CMakeLists.txt
View file @
8576a360
...
...
@@ -342,6 +342,11 @@ if (BUILD_TESTING)
add_subdirectory
(
editor/widgets/autotests/
)
endif
()
if
(
BUILD_TESTING
)
add_subdirectory
(
autotests
)
add_subdirectory
(
tests
)
endif
()
add_subdirectory
(
editor/addresseditor/html
)
autotests/CMakeLists.txt
→
src/akonadi-contacts/
autotests/CMakeLists.txt
View file @
8576a360
File moved
autotests/contactmetadataattributetest.cpp
→
src/akonadi-contacts/
autotests/contactmetadataattributetest.cpp
View file @
8576a360
File moved
autotests/contactmetadataattributetest.h
→
src/akonadi-contacts/
autotests/contactmetadataattributetest.h
View file @
8576a360
File moved
tests/CMakeLists.txt
→
src/akonadi-contacts/
tests/CMakeLists.txt
View file @
8576a360
File moved
tests/emailaddressselectiondialogtest.cpp
→
src/akonadi-contacts/
tests/emailaddressselectiondialogtest.cpp
View file @
8576a360
File moved
tests/emailaddressselectionwidgettest.cpp
→
src/akonadi-contacts/
tests/emailaddressselectionwidgettest.cpp
View file @
8576a360
File moved
tests/emailaddressselectionwidgettest.h
→
src/akonadi-contacts/
tests/emailaddressselectionwidgettest.h
View file @
8576a360
File moved
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