2022-06-03 19:15:11 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
2017-08-03 14:54:41 +00:00
|
|
|
# Copyright (c) Intel Corporation.
|
|
|
|
# All rights reserved.
|
|
|
|
#
|
|
|
|
|
|
|
|
SPDK_ROOT_DIR := $(abspath $(CURDIR)/../../../../..)
|
|
|
|
|
2018-02-13 15:39:43 +00:00
|
|
|
TEST_FILE = tree_ut.c
|
2017-08-03 14:54:41 +00:00
|
|
|
|
2018-02-13 15:39:43 +00:00
|
|
|
include $(SPDK_ROOT_DIR)/mk/spdk.unittest.mk
|