-
Notifications
You must be signed in to change notification settings - Fork 392
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Iox #433 rework build and test tooling #452
Iox #433 rework build and test tooling #452
Conversation
Signed-off-by: Dietrich Krönke <[email protected]>
Signed-off-by: Dietrich Krönke <[email protected]>
Signed-off-by: Dietrich Krönke <[email protected]>
Signed-off-by: Dietrich Krönke <[email protected]>
Signed-off-by: Dietrich Krönke <[email protected]>
Signed-off-by: Dietrich Krönke <[email protected]>
Signed-off-by: Marika Lehmann <[email protected]>
Signed-off-by: Dietrich Krönke <[email protected]>
…ttps://github.com/ApexAI/iceoryx into iox-eclipse-iceoryx#433-rework-build-test-tooling
Signed-off-by: Dietrich Krönke <[email protected]>
Signed-off-by: Dietrich Krönke <[email protected]>
Signed-off-by: Dietrich Krönke <[email protected]> iox-eclipse-iceoryx#433 lsan not in Github CI Signed-off-by: Dietrich Krönke <[email protected]>
Signed-off-by: Dietrich Krönke <[email protected]> iox-eclipse-iceoryx#433 disable lsan on CI Signed-off-by: Dietrich Krönke <[email protected]>
Signed-off-by: Dietrich Krönke <[email protected]> iox-eclipse-iceoryx#433 asan only for Github CI Signed-off-by: Dietrich Krönke <[email protected]>
Signed-off-by: Dietrich Krönke <[email protected]>
Signed-off-by: Dietrich Krönke <[email protected]>
Signed-off-by: Dietrich Krönke <[email protected]>
Signed-off-by: Dietrich Krönke <[email protected]>
Signed-off-by: Dietrich Krönke <[email protected]>
Signed-off-by: Dietrich Krönke <[email protected]>
Signed-off-by: Dietrich Krönke <[email protected]>
Signed-off-by: Dietrich Krönke <[email protected]>
Signed-off-by: Dietrich Krönke <[email protected]>
Signed-off-by: Dietrich Krönke <[email protected]>
Signed-off-by: Dietrich Krönke <[email protected]>
Signed-off-by: Dietrich Krönke <[email protected]>
Signed-off-by: Dietrich Krönke <[email protected]>
iceoryx_utils/platform/mac/include/iceoryx_utils/platform/semaphore.hpp
Outdated
Show resolved
Hide resolved
Signed-off-by: Dietrich Krönke <[email protected]>
Signed-off-by: Dietrich Krönke <[email protected]>
iceoryx_utils/test/stresstests/benchmark_optional_and_expected/CMakeLists.txt
Outdated
Show resolved
Hide resolved
Signed-off-by: Dietrich Krönke <[email protected]>
Signed-off-by: Dietrich Krönke <[email protected]>
In Integrationtests are multiple classes within one component (e.g. iceoryx_posh) tested together. | ||
The sourcecode of the tests is placed into the folder `test` within the different iceoryx components. You can find there at least a folder `moduletests` and sometimes ``integrationtests`. | ||
|
||
when you now want to create a new test you can place the sourcefile directly into the right folder. Cmake will automatically detect the new file when doing a clean build and will add it to a executable. There is no need to add a gtest main function because we already provide it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be Now, when you want..
better?
Signed-off-by: Mathias Kraus <[email protected]>
Signed-off-by: Dietrich Krönke <[email protected]>
Signed-off-by: Mathias Kraus <[email protected]>
Signed-off-by: Dietrich Krönke <[email protected]>
…ttps://github.com/ApexAI/iceoryx into iox-eclipse-iceoryx#433-rework-build-test-tooling
…gnment Signed-off-by: Mathias Kraus <[email protected]>
Signed-off-by: Dietrich Krönke <[email protected]>
…ttps://github.com/ApexAI/iceoryx into iox-eclipse-iceoryx#433-rework-build-test-tooling
@@ -54,6 +54,7 @@ const EventInfo& Trigger::getEventInfo() const noexcept | |||
void Trigger::invalidate() noexcept | |||
{ | |||
m_hasTriggeredCallback = cxx::ConstMethodCallback<bool>(); | |||
m_resetCallback = cxx::MethodCallback<void, uint64_t>(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@budrus @elfenpiff can you confirm that this is correct?
I will follow up in the next tooling PR and discuss with you iceoryx_meta and the CI
Pre-Review Checklist for the PR Author
iox-#123-this-is-a-branch
)iox-#123 commit text
)git commit -s
)Notes for Reviewer
We have inconsistencies between the cmake build and the build script and documentation, this should be cleaned up.
Checklist for the PR Reviewer
Post-review Checklist for the PR Author
Post-review Checklist for the Eclipse Committer
References