20 lines
305 B
C
20 lines
305 B
C
/*
|
|
* 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);
|