Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions cachelib/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading