mirror of
https://github.com/monero-project/monero.git
synced 2025-10-11 14:08:28 -04:00
fuzz_tests: add a bulletproof fuzz test
This commit is contained in:
parent
463434d1f7
commit
0e6ed559c6
4 changed files with 88 additions and 3 deletions
|
@ -173,3 +173,18 @@ set_property(TARGET levin_fuzz_tests
|
|||
PROPERTY
|
||||
FOLDER "tests")
|
||||
|
||||
add_executable(bulletproof_fuzz_tests bulletproof.cpp fuzzer.cpp)
|
||||
target_link_libraries(bulletproof_fuzz_tests
|
||||
PRIVATE
|
||||
common
|
||||
epee
|
||||
${Boost_THREAD_LIBRARY}
|
||||
${Boost_CHRONO_LIBRARY}
|
||||
${Boost_REGEX_LIBRARY}
|
||||
${Boost_PROGRAM_OPTIONS_LIBRARY}
|
||||
${CMAKE_THREAD_LIBS_INIT}
|
||||
${EXTRA_LIBRARIES})
|
||||
set_property(TARGET bulletproof_fuzz_tests
|
||||
PROPERTY
|
||||
FOLDER "tests")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue