2022-06-03 19:15:11 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
2022-11-01 20:26:26 +00:00
|
|
|
# Copyright (C) 2018 Intel Corporation.
|
2018-08-30 11:05:39 +00:00
|
|
|
# All rights reserved.
|
|
|
|
#
|
|
|
|
|
|
|
|
SPDK_ROOT_DIR := $(abspath $(CURDIR)/../..)
|
|
|
|
include $(SPDK_ROOT_DIR)/mk/spdk.common.mk
|
|
|
|
include $(SPDK_ROOT_DIR)/mk/spdk.modules.mk
|
|
|
|
|
|
|
|
APP = rpc_client_test
|
|
|
|
|
|
|
|
C_SRCS := rpc_client_test.c
|
|
|
|
|
2020-12-11 20:41:37 +00:00
|
|
|
SPDK_LIB_LIST = rpc
|
2018-08-30 11:05:39 +00:00
|
|
|
|
2018-11-20 22:03:15 +00:00
|
|
|
include $(SPDK_ROOT_DIR)/mk/spdk.app.mk
|