mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-22 07:22:25 +00:00
tests: disable libwallet_api_tests when BUILD_GUI_DEPS is not set
This commit is contained in:
parent
8a8c918dc3
commit
37c1ce3b68
1 changed files with 3 additions and 1 deletions
|
@ -87,7 +87,9 @@ add_subdirectory(unit_tests)
|
|||
add_subdirectory(difficulty)
|
||||
add_subdirectory(hash)
|
||||
add_subdirectory(net_load_tests)
|
||||
add_subdirectory(libwallet_api_tests)
|
||||
if (BUILD_GUI_DEPS)
|
||||
add_subdirectory(libwallet_api_tests)
|
||||
endif()
|
||||
|
||||
# add_subdirectory(daemon_tests)
|
||||
|
||||
|
|
Loading…
Reference in a new issue