diff --git a/win32_build.sh b/win32_build.sh index 2b84851ce8f6a..3644074ef441d 100755 --- a/win32_build.sh +++ b/win32_build.sh @@ -197,7 +197,8 @@ if [[ -z $SKIP_BUILD ]]; then # TODO: do we actually need the ceph compression libs? ninja_targets+=" compressor ceph_lz4 ceph_snappy ceph_zlib ceph_zstd" if [[ -z $SKIP_TESTS ]]; then - ninja_targets+=" tests ceph_radosacl ceph_scratchtool" + ninja_targets+=" tests ceph_radosacl ceph_scratchtool " + ninja_targets+=`ninja -t targets | grep ceph_test | cut -d ":" -f 1 | grep -v exe` fi ninja -v $ninja_targets 2>&1 | tee "${BUILD_DIR}/build.log"