1 /*
2  * Copyright (c) 2016 Intel Corporation
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 #include <zephyr/ztest.h>
8 
9 /**
10  * @brief Heap tests
11  *
12  * @defgroup kernel_heap_tests Heap Memory Tests
13  *
14  * @ingroup all_tests
15  * @{
16  * @}
17  */
18 /*test case main entry*/
19 ZTEST_SUITE(mheap_api, NULL, NULL, NULL, NULL, NULL);
20