mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
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:
committed by
Fabio Baltieri
parent
63c2347207
commit
def230187b
@@ -11,7 +11,7 @@
|
||||
* @}
|
||||
*/
|
||||
|
||||
#include <ztest.h>
|
||||
#include <zephyr/ztest.h>
|
||||
|
||||
#include "test_msgq.h"
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user