Skip to content
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

CI: Add tests to the valgrind check #207

Merged
merged 2 commits into from
Nov 27, 2023
Merged

CI: Add tests to the valgrind check #207

merged 2 commits into from
Nov 27, 2023

Conversation

wenzeslaus
Copy link
Member

@wenzeslaus wenzeslaus commented Nov 27, 2023

This add several missing tests to the valgrind memcheck runs in the CI.

Valgrind list created with:

ls tests/*cpp | sed -e 's+.*\(test_.*\).cpp+valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes --error-exitcode=1 \1+g'

CMake build list created with:

ls tests/*cpp | sed -e 's+.*\(test_.*\).cpp+add_pops_test(\1)+g'

This add several missing tests to the valgrind memcheck runs in the CI.
@wenzeslaus wenzeslaus added the CI Continuous integration label Nov 27, 2023
@wenzeslaus wenzeslaus merged commit edabd4d into main Nov 27, 2023
9 checks passed
@wenzeslaus wenzeslaus deleted the add-tests-to-valgrind branch November 27, 2023 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant