xref: /spdk/test/unit/lib/keyring/keyring.c/Makefile (revision b4ba6cdf0ad14da86fe0ca1b53f6a3f7b09560de)
1# SPDX-License-Identifier: BSD-3-Clause
2# Copyright (c) 2024 Intel Corporation. All rights reserved.
3
4SPDK_ROOT_DIR := $(abspath $(CURDIR)/../../../../..)
5include $(SPDK_ROOT_DIR)/mk/spdk.common.mk
6
7TEST_FILE = keyring_ut.c
8
9include $(SPDK_ROOT_DIR)/mk/spdk.unittest.mk
10