aboutsummaryrefslogtreecommitdiff
path: root/tests/core_proxy
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2017-08-26 23:43:09 +0200
committerRiccardo Spagni <ric@spagni.net>2017-08-26 23:43:09 +0200
commitff0afc196e2dbbea2c6296f93314267045948362 (patch)
tree253489e690565ff9c63d0fe5d09d0541a9ec3714 /tests/core_proxy
parentMerge pull request #2353 (diff)
parentCleanup test impact of moving blockchain_db_types() (diff)
downloadmonero-ff0afc196e2dbbea2c6296f93314267045948362.tar.xz
Merge pull request #2313
3dd34a49 Cleanup test impact of moving blockchain_db_types() (Howard Chu) 80344740 More DB support cleanup (Howard Chu) 4c7f8ac0 DB cleanup (Howard Chu)
Diffstat (limited to 'tests/core_proxy')
-rw-r--r--tests/core_proxy/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/core_proxy/CMakeLists.txt b/tests/core_proxy/CMakeLists.txt
index d22fecc9c..680e34911 100644
--- a/tests/core_proxy/CMakeLists.txt
+++ b/tests/core_proxy/CMakeLists.txt
@@ -39,6 +39,8 @@ target_link_libraries(core_proxy
PRIVATE
cryptonote_core
cryptonote_protocol
+ common
+ blockchain_db
p2p
epee
${CMAKE_THREAD_LIBS_INIT}