Spdk/test/lvol/esnap/Makefile
Mike Gerdts 4ac5c293d6 test/lvol: test esnap clones with real bdevs
This adds test/lvol/esnap for functional tests lvol esnap clone bdevs
without RPCs or reactors.

Change-Id: If62b1bde2b19343af51ba4c11599623556484b0d
Signed-off-by: Mike Gerdts <mgerdts@nvidia.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/16705
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>
2023-05-09 17:58:11 +08:00

11 lines
296 B
Makefile

# SPDX-License-Identifier: BSD-3-Clause
# Copyright (c) 2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
SPDK_ROOT_DIR := $(abspath $(CURDIR)/../../..)
TEST_FILE = esnap.c
SPDK_LIB_LIST = accel bdev blob blob_bdev dma init lvol notify
include $(SPDK_ROOT_DIR)/mk/spdk.unittest.mk