Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

tests: enable helgrind and drd checkers for 'threads' tests #101

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,11 @@ test("memmove_sync" "memmove_sync" test_memmove_sync none)
test("vdm" "vdm" test_vdm none)
test("memset_sync" "memset_sync" test_memset_sync none)
test("memmove_threads" "memmove_threads" test_memmove_threads none)
test("memmove_threads_drd" "memmove_threads" test_memmove_threads drd)
test("memmove_threads_helgrind" "memmove_threads" test_memmove_threads helgrind)
test("memset_threads" "memset_threads" test_memset_threads none)
test("memset_threads_drd" "memset_threads" test_memset_threads drd)
test("memset_threads_helgrind" "memset_threads" test_memset_threads helgrind)
test("future_properties" "future_properties" test_future_properties none)

# add tests running examples only if they are built
Expand Down