2022-06-03 19:15:11 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
2022-11-01 20:26:26 +00:00
|
|
|
# Copyright (C) 2015 Intel Corporation.
|
2016-11-22 19:55:55 +00:00
|
|
|
# All rights reserved.
|
|
|
|
#
|
|
|
|
|
2018-03-22 23:10:42 +00:00
|
|
|
SPDK_ROOT_DIR := $(abspath $(CURDIR)/../../..)
|
2016-11-22 19:55:55 +00:00
|
|
|
|
2018-11-20 16:59:47 +00:00
|
|
|
UNIT_TEST_LINK_ENV = 1
|
2018-02-13 17:05:44 +00:00
|
|
|
TEST_FILE = pci_ut.c
|
2016-11-22 19:55:55 +00:00
|
|
|
|
2018-02-13 17:05:44 +00:00
|
|
|
include $(SPDK_ROOT_DIR)/mk/spdk.unittest.mk
|
2022-06-08 00:44:22 +00:00
|
|
|
|
|
|
|
CFLAGS += $(ENV_CFLAGS)
|