summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/common/src/test_mocks.c
diff options
context:
space:
mode:
authorFabio Baltieri <fabiobaltieri@google.com>2022-08-04 07:57:41 +0000
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-08-04 20:52:50 +0000
commit0096058366ada3cfbaf8aa3c1ffcca99d984f263 (patch)
tree07c9198558668db7bad4383d7514df86be768217 /zephyr/test/drivers/common/src/test_mocks.c
parentd16be8f98d81d7e589935d1c6c78ec4430a8960d (diff)
downloadchrome-ec-0096058366ada3cfbaf8aa3c1ffcca99d984f263.tar.gz
zephyr: shim: add all missing include/ prefixes
Add all the missing include/ prefixes to the various #include around the zephyr tests so that they build with LEGACY_INCLUDE_PATH=n. BRANCH=none BUG=none TEST=zmake testall Cq-Depend: chromium:3807663 Change-Id: I81cea4f291eea61e674ef2fa61bdc60407c5f142 Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3810411 Reviewed-by: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'zephyr/test/drivers/common/src/test_mocks.c')
-rw-r--r--zephyr/test/drivers/common/src/test_mocks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/test/drivers/common/src/test_mocks.c b/zephyr/test/drivers/common/src/test_mocks.c
index f8bbb1a6c1..3c8f31b9f2 100644
--- a/zephyr/test/drivers/common/src/test_mocks.c
+++ b/zephyr/test/drivers/common/src/test_mocks.c
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-#include <ztest.h>
+#include <zephyr/ztest.h>
#include "test/drivers/test_mocks.h"