Spdk/test/unit/lib/iscsi/tgt_node.c/Makefile

12 lines
256 B
Makefile
Raw Normal View History

# SPDX-License-Identifier: BSD-3-Clause
# Copyright (C) 2016 Intel Corporation.
# All rights reserved.
#
SPDK_ROOT_DIR := $(abspath $(CURDIR)/../../../../..)
SPDK_LIB_LIST = conf
TEST_FILE = tgt_node_ut.c
include $(SPDK_ROOT_DIR)/mk/spdk.unittest.mk