2022-06-03 19:15:11 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
2017-07-22 16:32:54 +00:00
|
|
|
# Copyright (c) Intel Corporation.
|
|
|
|
# All rights reserved.
|
|
|
|
#
|
|
|
|
|
|
|
|
SPDK_ROOT_DIR := $(abspath $(CURDIR)/../../../../../..)
|
|
|
|
|
2018-02-13 15:32:22 +00:00
|
|
|
TEST_FILE = gpt_ut.c
|
2017-07-22 16:32:54 +00:00
|
|
|
|
2018-02-13 15:32:22 +00:00
|
|
|
include $(SPDK_ROOT_DIR)/mk/spdk.unittest.mk
|