Spdk/test/unit/lib/bdev/raid/bdev_raid_sb.c/Makefile
Artur Paszkiewicz 668c5a769e module/raid: write initial superblock
When creating the raid_bdev with enabled superblock option, write the
superblock to the base bdevs before bringing the array online.

Change-Id: I24659202ef3bbe6c87ca8603d514bd81660c9b41
Signed-off-by: Artur Paszkiewicz <artur.paszkiewicz@intel.com>
2023-05-09 17:58:11 +08:00

11 lines
242 B
Makefile

# SPDX-License-Identifier: BSD-3-Clause
# Copyright (C) 2022 Intel Corporation.
# All rights reserved.
#
SPDK_ROOT_DIR := $(abspath $(CURDIR)/../../../../../..)
TEST_FILE = bdev_raid_sb_ut.c
include $(SPDK_ROOT_DIR)/mk/spdk.unittest.mk