2022-06-03 19:15:11 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
2022-11-01 20:26:26 +00:00
|
|
|
# Copyright (C) 2016 Intel Corporation.
|
2017-03-22 20:35:00 +00:00
|
|
|
# All rights reserved.
|
|
|
|
#
|
|
|
|
|
2018-02-27 23:07:35 +00:00
|
|
|
SPDK_ROOT_DIR := $(abspath $(CURDIR)/../../../../..)
|
2017-03-22 20:35:00 +00:00
|
|
|
|
2018-02-14 03:16:20 +00:00
|
|
|
SPDK_LIB_LIST = blob
|
|
|
|
TEST_FILE = blobfs_sync_ut.c
|
2017-03-22 20:35:00 +00:00
|
|
|
|
2018-02-14 03:16:20 +00:00
|
|
|
include $(SPDK_ROOT_DIR)/mk/spdk.unittest.mk
|