diff options
author | Lee Clagett <code@leeclagett.com> | 2018-08-01 22:10:09 -0400 |
---|---|---|
committer | Lee Clagett <code@leeclagett.com> | 2018-08-02 07:30:20 +0000 |
commit | 4616cf2641c69e48ae19303099e701088ffe9045 (patch) | |
tree | 05899f812237dc71e2b70d94f96d6a66c7fb4837 /tests/unit_tests/CMakeLists.txt | |
parent | Merge pull request #4088 (diff) | |
download | monero-4616cf2641c69e48ae19303099e701088ffe9045.tar.xz |
Fixed ZMQ-RPC for transactions and GET_BLOCKS_FAST
Diffstat (limited to '')
-rw-r--r-- | tests/unit_tests/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unit_tests/CMakeLists.txt b/tests/unit_tests/CMakeLists.txt index ffa8065ab..0821751cb 100644 --- a/tests/unit_tests/CMakeLists.txt +++ b/tests/unit_tests/CMakeLists.txt @@ -47,6 +47,7 @@ set(unit_tests_sources epee_levin_protocol_handler_async.cpp epee_utils.cpp fee.cpp + json_serialization.cpp get_xtype_from_string.cpp hashchain.cpp http.cpp @@ -86,6 +87,7 @@ target_link_libraries(unit_tests cryptonote_core blockchain_db rpc + serialization wallet p2p version |