diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-11-25 19:53:34 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-11-25 19:53:35 +0200 |
commit | 2e54e7ff0b10d262eb95b6f0124ccd8d621af7b7 (patch) | |
tree | 72539cbffe8c09acf4c1041229f36a0793e70a99 /tests | |
parent | Merge pull request #2823 (diff) | |
parent | split wallet and wallet_api (diff) | |
download | monero-2e54e7ff0b10d262eb95b6f0124ccd8d621af7b7.tar.xz |
Merge pull request #2824
51895fd7 split wallet and wallet_api (moneromooo-monero)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/libwallet_api_tests/CMakeLists.txt | 1 | ||||
-rw-r--r-- | tests/libwallet_api_tests/main.cpp | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/tests/libwallet_api_tests/CMakeLists.txt b/tests/libwallet_api_tests/CMakeLists.txt index 4c5542d91..7da0d113e 100644 --- a/tests/libwallet_api_tests/CMakeLists.txt +++ b/tests/libwallet_api_tests/CMakeLists.txt @@ -39,6 +39,7 @@ add_executable(libwallet_api_tests target_link_libraries(libwallet_api_tests PRIVATE + wallet_api wallet version epee diff --git a/tests/libwallet_api_tests/main.cpp b/tests/libwallet_api_tests/main.cpp index 3434cd530..25fa547f8 100644 --- a/tests/libwallet_api_tests/main.cpp +++ b/tests/libwallet_api_tests/main.cpp @@ -30,7 +30,7 @@ #include "gtest/gtest.h" -#include "wallet/wallet2_api.h" +#include "wallet/api/wallet2_api.h" #include "wallet/wallet2.h" #include "include_base_utils.h" #include "common/util.h" |