2022-06-03 19:15:11 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
2022-11-01 20:26:26 +00:00
|
|
|
# Copyright (C) 2017 Intel Corporation.
|
2017-12-21 22:17:20 +00:00
|
|
|
# Copyright (c) 2016 FUJITSU LIMITED, All rights reserved.
|
|
|
|
#
|
|
|
|
|
|
|
|
SPDK_ROOT_DIR := $(abspath $(CURDIR)/../../../../..)
|
|
|
|
|
2018-02-13 16:44:51 +00:00
|
|
|
TEST_FILE = histogram_ut.c
|
2017-12-21 22:17:20 +00:00
|
|
|
|
2018-02-13 16:44:51 +00:00
|
|
|
include $(SPDK_ROOT_DIR)/mk/spdk.unittest.mk
|