/* * Copyright (c) 2020 Intel Corporation. * * SPDX-License-Identifier: Apache-2.0 */ #include /** * @brief Kernel Heap API Tests * * @defgroup k_heap_api_tests Kernel Heap Tests * * @ingroup all_tests * @{ * @} */ /*test case main entry*/ ZTEST_SUITE(k_heap_api, NULL, NULL, NULL, NULL, NULL);