xref: /spdk/test/unit/lib/event/app.c/Makefile (revision a6dbe3721eb3b5990707fc3e378c95e505dd8ab5)
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