diff options
author | Lee Clagett <code@leeclagett.com> | 2020-02-28 16:45:51 -0500 |
---|---|---|
committer | Lee Clagett <code@leeclagett.com> | 2019-11-18 12:59:41 +0000 |
commit | 68a6507c3f1e87955d9958afb68b173b51ae4389 (patch) | |
tree | 8f9b83342e96778f571aefac92af72543056b3ac /tests/unit_tests/CMakeLists.txt | |
parent | Merge pull request #6198 (diff) | |
download | monero-68a6507c3f1e87955d9958afb68b173b51ae4389.tar.xz |
Fixed bug in ZMQ JSON-RPC method field
Diffstat (limited to '')
-rw-r--r-- | tests/unit_tests/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/unit_tests/CMakeLists.txt b/tests/unit_tests/CMakeLists.txt index cda25dfc9..a53b08844 100644 --- a/tests/unit_tests/CMakeLists.txt +++ b/tests/unit_tests/CMakeLists.txt @@ -93,7 +93,8 @@ set(unit_tests_sources wipeable_string.cpp is_hdd.cpp aligned.cpp - rpc_version_str.cpp) + rpc_version_str.cpp + zmq_rpc.cpp) set(unit_tests_headers unit_tests_utils.h) @@ -106,6 +107,7 @@ target_link_libraries(unit_tests ringct cryptonote_protocol cryptonote_core + daemon_messages blockchain_db lmdb_lib rpc |