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.
|
2018-08-21 20:52:42 +00:00
|
|
|
# All rights reserved.
|
|
|
|
#
|
|
|
|
|
|
|
|
SPDK_ROOT_DIR := $(abspath $(CURDIR)/../../../../..)
|
|
|
|
|
2022-08-17 22:09:09 +00:00
|
|
|
CFLAGS += -Wno-address-of-packed-member
|
|
|
|
|
2018-08-21 20:52:42 +00:00
|
|
|
SPDK_LIB_LIST = conf trace jsonrpc json
|
|
|
|
TEST_FILE = app_ut.c
|
|
|
|
|
|
|
|
include $(SPDK_ROOT_DIR)/mk/spdk.unittest.mk
|