move threadsafe test cases to new ZTEST API. Signed-off-by: NingX Zhao <ningx.zhao@intel.com>
10 lines
178 B
C
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);
|