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
commit def230187b
758 changed files with 867 additions and 867 deletions

View file

@ -7,7 +7,7 @@
#include <zephyr/kernel.h>
#include <zephyr/sys/printk.h>
#include <ztest.h>
#include <zephyr/ztest.h>
/* This function will allow execute from sram region.
* This is needed only for this sample because by default all soc will

View file

@ -6,7 +6,7 @@
#include <zephyr/zephyr.h>
#include <zephyr/sys/printk.h>
#include <ztest.h>
#include <zephyr/ztest.h>
uint32_t var_sram2_data = 10U;
uint32_t var_sram2_bss;

View file

@ -7,7 +7,7 @@
#include <zephyr/zephyr.h>
#include <zephyr/sys/printk.h>
#include <ztest.h>
#include <zephyr/ztest.h>
void function_in_sram(int32_t value)
{

View file

@ -6,7 +6,7 @@
#include <zephyr/zephyr.h>
#include <zephyr/sys/printk.h>
#include <ztest.h>
#include <zephyr/ztest.h>
uint32_t var_file3_sram_data = 10U;
uint32_t var_file3_sram2_bss;

View file

@ -6,7 +6,7 @@
#include <string.h>
#include <zephyr/types.h>
#include <stdbool.h>
#include <ztest.h>
#include <zephyr/ztest.h>
/* Don't confuse doxygen with missing files */
/**