zephyr/tests/kernel/mem_heap/k_heap_api/src/main.c
NingX Zhao 5f681dea38 kernel: heap: move heap testcase to new ztest
Move heap testcases to new ztest.

Signed-off-by: NingX Zhao <ningx.zhao@intel.com>
2022-08-10 12:57:36 -04:00

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);