diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-04-23 18:56:23 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-05-20 12:06:10 +0100 |
commit | 3147468d353a35bf4a6d67bcd594f30fcc717f41 (patch) | |
tree | 5dd6d3a8a0655906d4384e9761dbc1409ec28805 /tests/unit_tests/CMakeLists.txt | |
parent | core: remove threadpool dependency from header (diff) | |
download | monero-3147468d353a35bf4a6d67bcd594f30fcc717f41.tar.xz |
unit_tests: add threadpool unit test
Diffstat (limited to 'tests/unit_tests/CMakeLists.txt')
-rw-r--r-- | tests/unit_tests/CMakeLists.txt | 1 |
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 |