xref: /spdk/test/unit/lib/event/app.c/Makefile (revision e36f0d363ea2737e979df417f938643ef0749ea9)
1#  SPDX-License-Identifier: BSD-3-Clause
2#  Copyright (c) Intel Corporation.
3#  All rights reserved.
4#
5
6SPDK_ROOT_DIR := $(abspath $(CURDIR)/../../../../..)
7
8CFLAGS += -Wno-address-of-packed-member
9
10SPDK_LIB_LIST = conf trace jsonrpc json
11TEST_FILE = app_ut.c
12
13include $(SPDK_ROOT_DIR)/mk/spdk.unittest.mk
14