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

13 lines
259 B
Makefile
Raw Normal View History

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