tests: add base58 fuzz test

This commit is contained in:
moneromooo-monero
2017-12-10 15:52:24 +00:00
parent fd05208762
commit 261b0dd0e0
5 changed files with 90 additions and 3 deletions
+12
View File
@@ -113,3 +113,15 @@ set_property(TARGET load-from-json_fuzz_tests
PROPERTY
FOLDER "tests")
add_executable(base58_fuzz_tests base58.cpp fuzzer.cpp)
target_link_libraries(base58_fuzz_tests
PRIVATE
common
epee
${Boost_PROGRAM_OPTIONS_LIBRARY}
${CMAKE_THREAD_LIBS_INIT}
${EXTRA_LIBRARIES})
set_property(TARGET base58_fuzz_tests
PROPERTY
FOLDER "tests")