]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
win32*.sh: use the right target when building the tests 40169/head
authorLucian Petrut <lpetrut@cloudbasesolutions.com>
Wed, 17 Mar 2021 07:01:15 +0000 (07:01 +0000)
committerLucian Petrut <lpetrut@cloudbasesolutions.com>
Wed, 17 Mar 2021 07:03:19 +0000 (07:03 +0000)
commitc2896329ce9442559334db1bf966d62d6943fe1a
treeae3f1830ce2f2d0134d101106bbe49de9f2cbbdb
parentc26826bcbd9e5a6fe455e72d7083ce69a365a917
win32*.sh: use the right target when building the tests

We switched from make to ninja but we're using the wrong target
when building the tests.

"ninja test" tries to actually run the tests. We'll have to use
"ninja tests" when targeting Windows.

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