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

Commit

Permalink
tests: enable helgrind and drd checkers for 'threads' tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszstolarczuk committed Jul 7, 2022
1 parent f1203f5 commit 7070007
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 @@ -138,7 +138,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)

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

0 comments on commit 7070007

Please sign in to comment.