Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KAlarm
Commits
a2bb0f8a
Commit
a2bb0f8a
authored
Nov 07, 2020
by
Laurent Montel
Browse files
Disable autotest on windows for the moment
parent
b989d774
Changes
1
Hide whitespace changes
Inline
Side-by-side
autotests/CMakeLists.txt
View file @
a2bb0f8a
...
...
@@ -14,8 +14,11 @@ macro(macro_unit_tests)
Qt5::Test
)
endforeach
()
endmacro
()
if
(
NOT WIN32
)
macro_unit_tests
(
kadatetimetest
kaeventtest
)
else
()
MESSAGE
(
STATUS
"REACTIVATE AUTOTEST on WINDOWS"
)
endif
()
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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