aboutsummaryrefslogtreecommitdiff
path: root/tests/core_proxy
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2017-09-02 11:30:37 +0200
committerRiccardo Spagni <ric@spagni.net>2017-09-02 11:30:38 +0200
commitee1a766861097e6af4acaa35c4dda8b7904dd1e8 (patch)
tree635e49d165241675623df33dba1a4bb2f4010b8b /tests/core_proxy
parenteb8dac52df57d358dda3075600cd5772eca2533a (diff)
parent3d19ab7067f86331d15c07e8cfe1f0a87d6832ed (diff)
downloadmonzero-core-ee1a766861097e6af4acaa35c4dda8b7904dd1e8.tar.gz
monzero-core-ee1a766861097e6af4acaa35c4dda8b7904dd1e8.tar.xz
monzero-core-ee1a766861097e6af4acaa35c4dda8b7904dd1e8.zip
Merge pull request #2370
3d19ab70 Revert "Cleanup test impact of moving blockchain_db_types()" (Howard Chu) a95e460c move db specific options to BlockchainDB (moneromooo-monero)
Diffstat (limited to 'tests/core_proxy')
-rw-r--r--tests/core_proxy/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/core_proxy/CMakeLists.txt b/tests/core_proxy/CMakeLists.txt
index 680e34911..d22fecc9c 100644
--- a/tests/core_proxy/CMakeLists.txt
+++ b/tests/core_proxy/CMakeLists.txt
@@ -39,8 +39,6 @@ target_link_libraries(core_proxy
PRIVATE
cryptonote_core
cryptonote_protocol
- common
- blockchain_db
p2p
epee
${CMAKE_THREAD_LIBS_INIT}