]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
test: Update cmake files, allowing tests to run on Windows
authorLucian Petrut <lpetrut@cloudbasesolutions.com>
Thu, 19 Dec 2019 13:32:47 +0000 (13:32 +0000)
committerLucian Petrut <lpetrut@cloudbasesolutions.com>
Tue, 5 Jan 2021 12:56:11 +0000 (14:56 +0200)
commit67a35a582c8c4396535b765453d21f69cd7bb129
tree3d78b1ab634de8d75533f49bc93b5052d05b94f2
parent9abf2388f248ae7873e84237df0528d52bc29090
test: Update cmake files, allowing tests to run on Windows

We're porting to Windows some of the unit tests, mostly related to
rados and rbd.

This change filters out the tests that aren't supported on Windows.
At the same time, we're defining some missing dependencies since
unlike ELFs SOs, all DLL symbols have to be resolved at compile time.

Signed-off-by: Lucian Petrut <lpetrut@cloudbasesolutions.com>
CMakeLists.txt
src/osdc/CMakeLists.txt
src/test/CMakeLists.txt
src/test/common/CMakeLists.txt
src/test/compressor/CMakeLists.txt
src/test/lazy-omap-stats/CMakeLists.txt
src/test/system/CMakeLists.txt
win32_build.sh