aboutsummaryrefslogtreecommitdiff
path: root/tests/unit_tests/CMakeLists.txt
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-04-23 18:56:23 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-05-20 12:06:10 +0100
commit3147468d353a35bf4a6d67bcd594f30fcc717f41 (patch)
tree5dd6d3a8a0655906d4384e9761dbc1409ec28805 /tests/unit_tests/CMakeLists.txt
parentcore: remove threadpool dependency from header (diff)
downloadmonero-3147468d353a35bf4a6d67bcd594f30fcc717f41.tar.xz
unit_tests: add threadpool unit test
Diffstat (limited to '')
-rw-r--r--tests/unit_tests/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit_tests/CMakeLists.txt b/tests/unit_tests/CMakeLists.txt
index 9c58536c9..46fd3f886 100644
--- a/tests/unit_tests/CMakeLists.txt
+++ b/tests/unit_tests/CMakeLists.txt
@@ -62,6 +62,7 @@ set(unit_tests_sources
test_tx_utils.cpp
test_peerlist.cpp
test_protocol_pack.cpp
+ threadpool.cpp
hardfork.cpp
unbound.cpp
uri.cpp