diff --git a/src/test/CMakeLists.txt b/src/test/CMakeLists.txt --- a/src/test/CMakeLists.txt +++ b/src/test/CMakeLists.txt @@ -183,3 +183,8 @@ ../wallet/test/wallet_crypto_tests.cpp ) endif() + +add_executable(test_bitcoin_fuzzy EXCLUDE_FROM_ALL + test_bitcoin_fuzzy.cpp +) +target_link_libraries(test_bitcoin_fuzzy server)