1 /*
2  * Copyright (c) 2016 Intel Corporation
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 #include <zephyr/ztest.h>
8 #include "test_mslab.h"
9 
10 /*test case main entry*/
11 ZTEST_SUITE(mslab_api, NULL, mslab_setup, NULL, NULL, NULL);
12