2022-06-03 19:15:11 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
2022-11-01 20:26:26 +00:00
|
|
|
# Copyright (C) 2016 Intel Corporation.
|
2017-07-28 16:24:52 +00:00
|
|
|
# All rights reserved.
|
|
|
|
#
|
|
|
|
|
|
|
|
SPDK_ROOT_DIR := $(abspath $(CURDIR)/../../../../..)
|
2019-02-25 00:57:46 +00:00
|
|
|
include $(SPDK_ROOT_DIR)/mk/config.mk
|
2017-07-28 16:24:52 +00:00
|
|
|
|
2018-02-13 16:18:08 +00:00
|
|
|
TEST_FILE = vhost_ut.c
|
2017-07-28 16:24:52 +00:00
|
|
|
|
2018-02-13 16:18:08 +00:00
|
|
|
include $(SPDK_ROOT_DIR)/mk/spdk.unittest.mk
|
2022-06-08 00:44:22 +00:00
|
|
|
|
|
|
|
CFLAGS += $(ENV_CFLAGS)
|