zephyr/tests/unit/list/main.c
NingX Zhao 3f4906a7a6 tests: unit: list: move testcases to new ZTEST API
Move testcases to new ZTEST API.

Signed-off-by: NingX Zhao <ningx.zhao@intel.com>
2022-08-31 21:51:37 +00:00

10 lines
171 B
C

/*
* Copyright (c) 2017 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr/ztest.h>
ZTEST_SUITE(dlist_api, NULL, NULL, NULL, NULL, NULL);