2022-06-03 19:15:11 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
2018-12-11 23:34:09 +00:00
|
|
|
# Copyright (c) Intel Corporation.
|
|
|
|
# All rights reserved.
|
|
|
|
#
|
|
|
|
|
|
|
|
SPDK_ROOT_DIR := $(abspath $(CURDIR)/../../..)
|
|
|
|
include $(SPDK_ROOT_DIR)/mk/spdk.common.mk
|
|
|
|
|
|
|
|
UNIT_TEST_LINK_ENV = 1
|
|
|
|
TEST_FILE = mem_callbacks.c
|
|
|
|
CFLAGS += $(ENV_CFLAGS)
|
|
|
|
|
|
|
|
include $(SPDK_ROOT_DIR)/mk/spdk.unittest.mk
|