9 lines
171 B
C
9 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);
|