Skip to content

Commit

Permalink
iox-eclipse-iceoryx#433 Remove Trigger_test from asan blacklist
Browse files Browse the repository at this point in the history
Signed-off-by: Mathias Kraus <[email protected]>
  • Loading branch information
elBoberido committed Dec 22, 2020
1 parent 06ddb03 commit bfed334
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion iceoryx_utils/cmake/IceoryxPlatform.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ function(iox_create_asan_compile_time_blacklist BLACKLIST_FILE_PATH)
file(APPEND ${BLACKLIST_FILE_PATH} "# src:*file_name.cpp*\n")
file(APPEND ${BLACKLIST_FILE_PATH} "# fun:*Test_Name*\n")
file(APPEND ${BLACKLIST_FILE_PATH} "# End of file\n")
file(APPEND ${BLACKLIST_FILE_PATH} "fun:*Trigger_test*\n")
endif()
endfunction()

Expand Down

0 comments on commit bfed334

Please sign in to comment.