mirror of
https://github.com/monero-project/monero.git
synced 2025-09-28 16:09:34 -04:00
Merge pull request #4977
5ea17909
device/trezor: debugging features, trezor tests (Dusan Klinec)
This commit is contained in:
commit
c88e992104
23 changed files with 3615 additions and 176 deletions
|
@ -92,6 +92,10 @@ if (BUILD_GUI_DEPS)
|
|||
add_subdirectory(libwallet_api_tests)
|
||||
endif()
|
||||
|
||||
if (TREZOR_DEBUG)
|
||||
add_subdirectory(trezor)
|
||||
endif()
|
||||
|
||||
# add_subdirectory(daemon_tests)
|
||||
|
||||
set(hash_targets_sources
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue