xref: /spdk/test/unit/lib/event/app.c/Makefile (revision a5f87f39127c7e0da8d9c4fcd042a27e350be84e)
1#  SPDX-License-Identifier: BSD-3-Clause
2#  Copyright (C) 2016 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