Skip to content

Commit

Permalink
Disable sanitizers for testing by default.
Browse files Browse the repository at this point in the history
They lead to segfaults and issues with dynamic loading sometimes ...
  • Loading branch information
niklas-uhl committed Jun 12, 2024
1 parent af8e676 commit 882bf72
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 @@ -17,7 +17,7 @@ if (NOT N EQUAL 0)
)
endif ()

option(KAMPING_TEST_ENABLE_SANITIZERS "Enable undefined behavior sanitizer and address sanitizer." ON)
option(KAMPING_TEST_ENABLE_SANITIZERS "Enable undefined behavior sanitizer and address sanitizer." OFF)

# Registering tests without MPI:
kamping_register_test(test_checking_casts FILES checking_casts_test.cpp)
Expand Down

0 comments on commit 882bf72

Please sign in to comment.