Skip to content

Commit

Permalink
Updated fuzzer cmake configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
apaillier-ledger committed Feb 26, 2025
1 parent 54cf1e1 commit a10fe11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/fuzzing/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ include_directories(
${CMAKE_SOURCE_DIR}/../../src_features/provide_trusted_name/
${CMAKE_SOURCE_DIR}/../../src_features/getChallenge/
${CMAKE_SOURCE_DIR}/../../src_features/signMessageEIP712/
${CMAKE_SOURCE_DIR}/../../src_features/provide_proxy_info/
${BOLOS_SDK}/include
${BOLOS_SDK}/target/${TARGET_DEVICE}/include
${BOLOS_SDK}/lib_cxng/include
Expand All @@ -201,6 +202,7 @@ FILE(GLOB_RECURSE SOURCES
${CMAKE_SOURCE_DIR}/../../src_features/provide_enum_value/*.c
${CMAKE_SOURCE_DIR}/../../src_features/provide_network_info/*.c
${CMAKE_SOURCE_DIR}/../../src_features/provideNFTInformation/*.c
${CMAKE_SOURCE_DIR}/../../src_features/provide_proxy_info/*.c
${CMAKE_SOURCE_DIR}/../../src/mem.c
${CMAKE_SOURCE_DIR}/../../src/mem_utils.c
${CMAKE_SOURCE_DIR}/../../src/network.c
Expand Down

0 comments on commit a10fe11

Please sign in to comment.