test: fix more legacy #include paths

Add a bunch of missing "zephyr/" prefixes to #include statements in
various test and test framework files.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
Fabio Baltieri
2022-07-19 14:16:24 +00:00
committed by Fabio Baltieri
parent 63c2347207
commit def230187b
758 changed files with 867 additions and 867 deletions

View File

@@ -11,7 +11,7 @@
* @}
*/
#include <ztest.h>
#include <zephyr/ztest.h>
#include "test_msgq.h"

View File

@@ -9,7 +9,7 @@
#include <zephyr/zephyr.h>
#include <zephyr/irq_offload.h>
#include <ztest.h>
#include <zephyr/ztest.h>
#include <limits.h>
#define TIMEOUT_MS 100