mirror of
https://github.com/monero-project/monero.git
synced 2025-10-11 17:50:41 -04:00
tests: add http client fuzz test
This commit is contained in:
parent
0272df9e61
commit
f1bdc9a42a
5 changed files with 137 additions and 6 deletions
|
@ -138,3 +138,17 @@ set_property(TARGET parse-url_fuzz_tests
|
|||
PROPERTY
|
||||
FOLDER "tests")
|
||||
|
||||
add_executable(http-client_fuzz_tests http-client.cpp fuzzer.cpp)
|
||||
target_link_libraries(http-client_fuzz_tests
|
||||
PRIVATE
|
||||
epee
|
||||
${Boost_THREAD_LIBRARY}
|
||||
${Boost_REGEX_LIBRARY}
|
||||
${Boost_PROGRAM_OPTIONS_LIBRARY}
|
||||
${Boost_SYSTEM_LIBRARY}
|
||||
${CMAKE_THREAD_LIBS_INIT}
|
||||
${EXTRA_LIBRARIES})
|
||||
set_property(TARGET http-client_fuzz_tests
|
||||
PROPERTY
|
||||
FOLDER "tests")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue