Skip to content

Commit

Permalink
Merge branch 'master' into ci/fix_wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
yperbasis committed Oct 10, 2023
2 parents 34157d0 + cd9b6ee commit dfe0d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ if(NOT SILKWORM_CORE_ONLY)
target_link_libraries(rpcdaemon_test silkrpc Catch2::Catch2 GTest::gmock)

# Enable fuzzing tests for Clang sanitizer builds only
if("${CMAKE_CXX_COMPILER_ID}" MATCHES ".*Clang$" AND SILKWORM_SANITIZE)
if("${CMAKE_CXX_COMPILER_ID}" MATCHES ".*Clang$" AND "${SILKWORM_SANITIZE}" MATCHES ".*fuzzer")
# Silkworm RpcDaemon Fuzz Tests
add_executable(rpcdaemon_fuzzer_test fuzzer_test.cpp)
target_compile_options(rpcdaemon_fuzzer_test PRIVATE -fsanitize=fuzzer,address)
Expand Down

0 comments on commit dfe0d42

Please sign in to comment.