testing: add zephyr/ prefix to testing include path
Continuation of issue #41543 to add prefix scope for Zephyr's include files. Signed-off-by: Yuval Peress <peress@google.com>
This commit is contained in:
parent
ffc0983547
commit
a7ceba3710
38 changed files with 25 additions and 17 deletions
|
@ -23,10 +23,9 @@
|
|||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include <zephyr/types.h>
|
||||
#include <stdbool.h>
|
||||
#include <ztest.h>
|
||||
#include <zephyr/sys/base64.h>
|
||||
#include <zephyr/ztest.h>
|
||||
|
||||
#include "../../../lib/os/base64.c"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue