diff options
author | Ilya Kitaev <mbg033@gmail.com> | 2016-02-20 19:04:56 +0300 |
---|---|---|
committer | Ilya Kitaev <mbg033@gmail.com> | 2016-03-16 14:27:57 +0300 |
commit | 930bed7074c6a54601105bda8f26638ca45e60fd (patch) | |
tree | 8c7fff973121add66effcb7554f8095e83225c51 /tests/CMakeLists.txt | |
parent | wallet2 public api. initial commit (diff) | |
download | monero-930bed7074c6a54601105bda8f26638ca45e60fd.tar.xz |
tests for wallet2_api
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 990be9143..71de09cfc 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -54,7 +54,7 @@ else () endif() endif () -add_subdirectory(core_tests) +#add_subdirectory(core_tests) add_subdirectory(crypto) add_subdirectory(functional_tests) add_subdirectory(performance_tests) @@ -63,6 +63,7 @@ add_subdirectory(unit_tests) add_subdirectory(difficulty) add_subdirectory(hash) add_subdirectory(net_load_tests) +add_subdirectory(libwallet_api_tests) # add_subdirectory(daemon_tests) |