blob: 8f54b9f7af41ba680be961139abb3d647e53cbe7 [file] [log] [blame]
/*
* Copyright (c) 2016 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr/ztest.h>
/**
* @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);