zephyr/tests/kernel/mem_slab/mslab_threadsafe/src/main.c
NingX Zhao 9ec1406134 tests: kernel: mslab: move threadsafe case to new ZTEST
move threadsafe test cases to new ZTEST API.

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

10 lines
178 B
C

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