mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Merge pull request #7245
41dfa96
Split fuzz tests during fuzz build (Nym Seddon)
This commit is contained in:
commit
7908f848a3
1 changed files with 16 additions and 11 deletions
|
@ -80,6 +80,9 @@ file(COPY
|
||||||
data/signed_monero_tx
|
data/signed_monero_tx
|
||||||
DESTINATION data)
|
DESTINATION data)
|
||||||
|
|
||||||
|
if (CMAKE_BUILD_TYPE STREQUAL "fuzz" OR OSSFUZZ)
|
||||||
|
add_subdirectory(fuzz)
|
||||||
|
else ()
|
||||||
add_subdirectory(core_tests)
|
add_subdirectory(core_tests)
|
||||||
add_subdirectory(fuzz)
|
add_subdirectory(fuzz)
|
||||||
add_subdirectory(crypto)
|
add_subdirectory(crypto)
|
||||||
|
@ -91,6 +94,8 @@ add_subdirectory(difficulty)
|
||||||
add_subdirectory(block_weight)
|
add_subdirectory(block_weight)
|
||||||
add_subdirectory(hash)
|
add_subdirectory(hash)
|
||||||
add_subdirectory(net_load_tests)
|
add_subdirectory(net_load_tests)
|
||||||
|
endif()
|
||||||
|
|
||||||
if (BUILD_GUI_DEPS)
|
if (BUILD_GUI_DEPS)
|
||||||
add_subdirectory(libwallet_api_tests)
|
add_subdirectory(libwallet_api_tests)
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in a new issue