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

Commit

Permalink
test: enable helgrind and drd checkers for 'threads' tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszstolarczuk committed Nov 2, 2022
1 parent b79c538 commit 04cd6d8
Showing 1 changed file with 4 additions and 0 deletions.
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

0 comments on commit 04cd6d8

Please sign in to comment.