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
be4b3513
Commit
be4b3513
authored
Sep 12, 2021
by
Friedrich W. H. Kossebau
Browse files
Set RUN_SERIAL test property for all add_gpg_crypto_test tests
parent
a4771836
Pipeline
#80217
passed with stage
in 25 minutes and 38 seconds
Changes
3
Pipelines
3
Show whitespace changes
Inline
Side-by-side
cmake/modules/kdepim_add_gpg_crypto_test.cmake
View file @
be4b3513
...
@@ -54,6 +54,9 @@ macro (ADD_GPG_CRYPTO_TEST _target _testname)
...
@@ -54,6 +54,9 @@ macro (ADD_GPG_CRYPTO_TEST _target _testname)
add_test
(
NAME
${
_testname
}
COMMAND
${
_executable
}
.bat
)
add_test
(
NAME
${
_testname
}
COMMAND
${
_executable
}
.bat
)
endif
(
UNIX
)
endif
(
UNIX
)
# can't be parallelized due to gpg-agent
set_tests_properties
(
${
_testname
}
PROPERTIES RUN_SERIAL TRUE
)
endmacro
(
ADD_GPG_CRYPTO_TEST
)
endmacro
(
ADD_GPG_CRYPTO_TEST
)
macro
(
ADD_GPG_CRYPTO_AKONADI_TEST _target _testname
)
macro
(
ADD_GPG_CRYPTO_AKONADI_TEST _target _testname
)
...
...
messagecomposer/autotests/CMakeLists.txt
View file @
be4b3513
...
@@ -51,7 +51,6 @@ macro( add_messagecomposer_cryptotest _source )
...
@@ -51,7 +51,6 @@ macro( add_messagecomposer_cryptotest _source )
)
)
add_gpg_crypto_test
(
${
_name
}
messagecomposer-
${
_name
}
)
add_gpg_crypto_test
(
${
_name
}
messagecomposer-
${
_name
}
)
set_tests_properties
(
messagecomposer-
${
_name
}
PROPERTIES
set_tests_properties
(
messagecomposer-
${
_name
}
PROPERTIES
RUN_SERIAL TRUE
# can't be parallelized due to gpg-agent
ENVIRONMENT
"LANG=C"
ENVIRONMENT
"LANG=C"
)
)
endmacro
()
endmacro
()
...
...
messagecore/autotests/CMakeLists.txt
View file @
be4b3513
...
@@ -32,7 +32,6 @@ macro( add_messagecore_cryptotest _source )
...
@@ -32,7 +32,6 @@ macro( add_messagecore_cryptotest _source )
Qt::Widgets
Qt::Widgets
)
)
add_gpg_crypto_test
(
${
_name
}
messagecore-
${
_name
}
)
add_gpg_crypto_test
(
${
_name
}
messagecore-
${
_name
}
)
set_tests_properties
(
messagecore-
${
_name
}
PROPERTIES RUN_SERIAL TRUE
)
# can't be parallelized due to gpg-agent
endmacro
()
endmacro
()
# Attachment tests.
# Attachment tests.
...
...
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