1 /*
2  * Copyright (c) 2017 Intel Corporation
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 #include <string.h>
8 #include <errno.h>
9 
10 #include <zephyr/bluetooth/mesh.h>
11 
12 #include "mesh.h"
13 #include "test.h"
14 
bt_mesh_test(void)15 int bt_mesh_test(void)
16 {
17 	return 0;
18 }
19