Skip to content

Commit

Permalink
adjust conflict threshold for helgrind test
Browse files Browse the repository at this point in the history
  • Loading branch information
pvelesko committed May 6, 2024
1 parent 51d2e6e commit e2d4e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ add_test(
-DVALGRIND_COMMAND=valgrind
-DVALGRIND_ARGS=--tool=helgrind
-DVIOLATED_THRESHOLD=0
-DCONFLICTS_THRESHOLD=2
-DCONFLICTS_THRESHOLD=5
-P ${CMAKE_CURRENT_SOURCE_DIR}/run_helgrind_test.cmake
)

0 comments on commit e2d4e87

Please sign in to comment.