Bluetooth: Mesh: Move testing.h to mesh subsys instead of include

The file is only ever used by mesh and it is even stated in the
header of the file that it is internal APIs.

The include file has been merged with the host testing.h file
as that was mesh specific as well. Similarly the testing.c
file was also moved

This is part of a process to clean up the file structure of
Bluetooth as it's a bit messy, which is evident from the
MAINTAINERS.yml file.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
Emil Gydesen 2024-08-23 12:34:08 +02:00 committed by Anas Nashif
commit f1b182b585
12 changed files with 20 additions and 57 deletions

View file

@ -18,7 +18,7 @@
#include "common/bt_str.h"
#include "host/testing.h"
#include "testing.h"
#include "mesh.h"
#include "net.h"