diff options
author | Riccardo Spagni <ric@spagni.net> | 2016-11-24 12:58:09 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2016-11-24 12:58:09 +0200 |
commit | ce8a2315cf81c7c52104a806e7a347b03d8d7996 (patch) | |
tree | c420b8225361373fe77b15b716b1b194cc47dea3 /tests/unit_tests/CMakeLists.txt | |
parent | Merge pull request #1362 (diff) | |
parent | Added task_region - a fork/join task implementation (diff) | |
download | monero-ce8a2315cf81c7c52104a806e7a347b03d8d7996.tar.xz |
Merge pull request #1364
f025198 Added task_region - a fork/join task implementation (Lee Clagett)
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 f3658b9ff..5f050554f 100644 --- a/tests/unit_tests/CMakeLists.txt +++ b/tests/unit_tests/CMakeLists.txt @@ -50,6 +50,7 @@ set(unit_tests_sources test_format_utils.cpp test_peerlist.cpp test_protocol_pack.cpp + thread_group.cpp hardfork.cpp unbound.cpp varint.cpp |