Spdk/test/env/pci/Makefile

14 lines
272 B
Makefile
Raw Normal View History

# SPDX-License-Identifier: BSD-3-Clause
# Copyright (C) 2015 Intel Corporation.
# All rights reserved.
#
SPDK_ROOT_DIR := $(abspath $(CURDIR)/../../..)
UNIT_TEST_LINK_ENV = 1
TEST_FILE = pci_ut.c
include $(SPDK_ROOT_DIR)/mk/spdk.unittest.mk
CFLAGS += $(ENV_CFLAGS)