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:
Yuval Peress 2022-04-19 11:54:42 -06:00 committed by Anas Nashif
commit a7ceba3710
38 changed files with 25 additions and 17 deletions

View file

@ -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"