2022-06-03 19:15:11 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
2019-04-02 12:59:31 +00:00
|
|
|
# Copyright (c) Intel Corporation.
|
2018-01-19 08:57:27 +00:00
|
|
|
# All rights reserved.
|
2019-04-02 12:59:31 +00:00
|
|
|
#
|
2018-01-19 08:57:27 +00:00
|
|
|
|
|
|
|
SPDK_ROOT_DIR := $(abspath $(CURDIR)/../../../../..)
|
|
|
|
|
2018-02-13 15:46:23 +00:00
|
|
|
SPDK_LIB_LIST = conf
|
2018-01-19 08:57:27 +00:00
|
|
|
|
2018-02-13 15:46:23 +00:00
|
|
|
TEST_FILE = portal_grp_ut.c
|
2018-01-19 08:57:27 +00:00
|
|
|
|
2018-02-13 15:46:23 +00:00
|
|
|
include $(SPDK_ROOT_DIR)/mk/spdk.unittest.mk
|