mirror of
https://github.com/monero-project/monero.git
synced 2025-12-05 20:40:22 -08:00
tests: only enable fuzz testing if ENABLE_FUZZ_TEST defined
This commit is contained in:
@@ -53,7 +53,9 @@ if (CMAKE_BUILD_TYPE STREQUAL "fuzz" OR OSSFUZZ)
|
||||
add_subdirectory(fuzz)
|
||||
else ()
|
||||
add_subdirectory(core_tests)
|
||||
add_subdirectory(fuzz)
|
||||
if (ENABLE_FUZZ_TEST)
|
||||
add_subdirectory(fuzz)
|
||||
endif()
|
||||
add_subdirectory(crypto)
|
||||
add_subdirectory(functional_tests)
|
||||
add_subdirectory(performance_tests)
|
||||
|
||||
Reference in New Issue
Block a user