xref: /spdk/test/unit/lib/rdma/common.c/Makefile (revision a6dbe3721eb3b5990707fc3e378c95e505dd8ab5)
1#  SPDX-License-Identifier: BSD-3-Clause
2#  Copyright (c) 2021 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
3#
4
5SPDK_ROOT_DIR := $(abspath $(CURDIR)/../../../../..)
6include $(SPDK_ROOT_DIR)/mk/spdk.common.mk
7TEST_FILE = common_ut.c
8
9include $(SPDK_ROOT_DIR)/mk/spdk.unittest.mk
10