2022-06-03 19:15:11 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
2022-11-01 20:26:26 +00:00
|
|
|
# Copyright (C) 2015 Intel Corporation.
|
2016-09-15 00:12:15 +00:00
|
|
|
# All rights reserved.
|
|
|
|
#
|
|
|
|
|
2017-05-16 23:51:12 +00:00
|
|
|
SPDK_ROOT_DIR := $(abspath $(CURDIR)/../../../../..)
|
2016-09-15 00:12:15 +00:00
|
|
|
|
2018-02-13 16:38:15 +00:00
|
|
|
TEST_FILE = bit_array_ut.c
|
2016-09-15 00:12:15 +00:00
|
|
|
|
2018-02-13 16:38:15 +00:00
|
|
|
include $(SPDK_ROOT_DIR)/mk/spdk.unittest.mk
|