diff --git a/cachelib/common/CMakeLists.txt b/cachelib/common/CMakeLists.txt index d3de8e6e5..2245a327b 100644 --- a/cachelib/common/CMakeLists.txt +++ b/cachelib/common/CMakeLists.txt @@ -93,12 +93,10 @@ if (BUILD_TESTS) add_source_test (tests/CohortTests.cpp) add_source_test (tests/CounterTests.cpp) add_source_test (tests/CountMinSketchTest.cpp) - add_source_test (tests/EventInterfaceTest.cpp allocator_test_support) add_source_test (tests/HashTests.cpp) add_source_test (tests/IteratorsTests.cpp) add_source_test (tests/MutexTests.cpp) add_source_test (tests/PeriodicWorkerTest.cpp) - add_source_test (tests/SerializationTest.cpp allocator_test_support) add_source_test (tests/UtilTests.cpp) add_source_test (tests/CountDownLatchTest.cpp) # fails from cmake: add_source_test (tests/UtilTestsRSS.cpp)