Layout of metadata will be part of the superblock at the end of the upgrade. Signed-off-by: Kozlowski Mateusz <mateusz.kozlowski@intel.com> Signed-off-by: Artur Paszkiewicz <artur.paszkiewicz@intel.com> Change-Id: If888866806e948ee07f0777612da73ab8b7548b1 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/13385 Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com>
13 lines
286 B
Makefile
13 lines
286 B
Makefile
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright (c) Intel Corporation.
|
|
# All rights reserved.
|
|
#
|
|
|
|
SPDK_ROOT_DIR := $(abspath $(CURDIR)/../../../../..)
|
|
|
|
TEST_FILE = ftl_layout_upgrade_ut.c
|
|
|
|
include $(SPDK_ROOT_DIR)/mk/spdk.unittest.mk
|
|
|
|
CFLAGS += -I$(SPDK_ROOT_DIR)/lib/ftl -DUTEST
|