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