apple / foundationdb

FoundationDB - the open source, distributed, transactional key-value store
https://apple.github.io/foundationdb/
Apache License 2.0
14.2k stars 1.3k forks source link

Missing IThreadPool test from CMakeFiles #5403

Closed moulmahdi closed 2 years ago

moulmahdi commented 2 years ago

This prevent cmake to generate the solution with ENABLE_SIMULATION_TESTS=ON

CMake Error at cmake/AddFdbTest.cmake:46 (message):
  D:/repos/apple/foundationdb/tests/IThreadPool.txt found but it is not associated with a test
Call Stack (most recent call first):
  tests/CMakeLists.txt:288 (verify_testing)
moulmahdi commented 2 years ago

See #5404