blob: 80c296c32ebb313f67438164e15e56d220681fd4 [file] [log] [blame]
/*
* Copyright (c) 2020 Intel Corporation.
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr/ztest.h>
/**
* @brief k heap api tests
*
* @defgroup k_heap api Tests
*
* @ingroup all_tests
* @{
* @}
*/
/*test case main entry*/
ZTEST_SUITE(k_heap_api, NULL, NULL, NULL, NULL, NULL);