/* * Copyright (c) 2016 Intel Corporation * * SPDX-License-Identifier: Apache-2.0 */ #include /** * @brief Heap tests * * @defgroup kernel_heap_tests Heap Memory Tests * * @ingroup all_tests * @{ * @} */ /*test case main entry*/ ZTEST_SUITE(mheap_api, NULL, NULL, NULL, NULL, NULL);