This creates a minimal test for module/blob/bdev/blob_bdev.c. Signed-off-by: Mike Gerdts <mgerdts@nvidia.com> Change-Id: I04698863f3228a27f73a90d50f0d5fbde30c0870 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/16229 Reviewed-by: Ben Walker <benjamin.walker@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Shuhei Matsumoto <smatsumoto@nvidia.com>
10 lines
247 B
Makefile
10 lines
247 B
Makefile
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright (c) 2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
#
|
|
|
|
SPDK_ROOT_DIR := $(abspath $(CURDIR)/../../../../..)
|
|
|
|
TEST_FILE = blob_bdev_ut.c
|
|
|
|
include $(SPDK_ROOT_DIR)/mk/spdk.unittest.mk
|