diff options
author | luigi1111 <luigi1111w@gmail.com> | 2020-04-04 13:01:15 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2020-04-04 13:01:15 -0500 |
commit | 5757d992081fd650e241ae40a342d69d8fe9da61 (patch) | |
tree | 8b174dfefd1dabdc9e12c94927ea5580ef60cd46 /tests/unit_tests/CMakeLists.txt | |
parent | Merge pull request #6357 (diff) | |
parent | Fixed bug in ZMQ JSON-RPC method field (diff) | |
download | monero-5757d992081fd650e241ae40a342d69d8fe9da61.tar.xz |
Merge pull request #6361
68a6507 Fixed bug in ZMQ JSON-RPC method field (vtnerd)
Diffstat (limited to 'tests/unit_tests/CMakeLists.txt')
-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 13ac48f1f..9c24a5ec7 100644 --- a/tests/unit_tests/CMakeLists.txt +++ b/tests/unit_tests/CMakeLists.txt @@ -94,7 +94,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) @@ -107,6 +108,7 @@ target_link_libraries(unit_tests ringct cryptonote_protocol cryptonote_core + daemon_messages blockchain_db lmdb_lib rpc |