]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
win32_build.sh: build "ceph_test*"
authorLucian Petrut <lpetrut@cloudbasesolutions.com>
Thu, 15 Sep 2022 08:41:56 +0000 (08:41 +0000)
committerLucian Petrut <lpetrut@cloudbasesolutions.com>
Fri, 17 Feb 2023 10:42:40 +0000 (10:42 +0000)
commit9de2d0949de9551f8119319dbda94e494153c97e
tree0b1821e9d621063c0e5811388c27472fa5277760
parent0e124ed1a9cb710143ee210a8bf26fa983c6a96c
win32_build.sh: build "ceph_test*"

At the moment, win32_build.sh builds the "tests" target, which
only includes the "unittest_*" tests.

We'll update the build script to include "ceph_test_*" targets
as well.

Note that we can't just build all the targets that were generated
by cmake since some of them are unavailable on Windows. When
doing the Windows port, we decided to avoid polluting the Cmake
files and keep the amount of Windows checks to a minimum.

Signed-off-by: Lucian Petrut <lpetrut@cloudbasesolutions.com>
win32_build.sh