Skip to content

Commit

Permalink
Merge pull request #841 from aurianer/enable_valgrind_in_assertion_mo…
Browse files Browse the repository at this point in the history
…dule

Enable valgrind testing for assertion module
  • Loading branch information
aurianer committed Nov 3, 2023
2 parents 8294197 + cb76b28 commit 1fb1fea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/linux_valgrind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
ninja \
examples.quickstart.hello_world \
tests.regressions.modules.coroutines \
tests.unit.modules.assertion \
tests.unit.modules.concurrency \
tests.unit.modules.datastructures \
tests.unit.modules.errors \
Expand Down
2 changes: 1 addition & 1 deletion libs/pika/assertion/tests/unit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ foreach(test ${tests})
FOLDER "Tests/Unit/Modules/Assertion/"
)

pika_add_unit_test("modules.assertion" ${test} ${${test}_PARAMETERS})
pika_add_unit_test("modules.assertion" ${test} VALGRIND)

endforeach()

Expand Down

0 comments on commit 1fb1fea

Please sign in to comment.