Commit 24eaeed1 authored by Orvid King's avatar Orvid King Committed by Facebook Github Bot

Add the concurrency tests to the CMake build

Summary: Add the currency tests to the CMake build so they can be built in open-source.

Reviewed By: yfeldblum

Differential Revision: D7750783

fbshipit-source-id: a6e7f9490e0b88bcfab8b2aa706e1504f2a28c66
parent 61acda5e
......@@ -407,7 +407,12 @@ if (BUILD_TESTS)
TEST sparse_byte_set_test SOURCES SparseByteSetTest.cpp
DIRECTORY concurrency/test/
TEST atomic_shared_ptr_test SOURCES AtomicSharedPtrTest.cpp
TEST cache_locality_test SOURCES CacheLocalityTest.cpp
TEST core_cached_shared_ptr_test SOURCES CoreCachedSharedPtrTest.cpp
TEST concurrent_hash_map_test SOURCES ConcurrentHashMapTest.cpp
TEST dynamic_bounded_queue_test SOURCES DynamicBoundedQueueTest.cpp
TEST unbounded_queue_test SOURCES UnboundedQueueTest.cpp
DIRECTORY executors/test/
TEST async_helpers_test SOURCES AsyncTest.cpp
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment