chore: Update zephyr ztest include paths and compiler flags (#660)

This commit is contained in:
Steve Karg
2024-05-30 21:30:36 -05:00
committed by GitHub
parent f6ebf11066
commit cf7eb7d98d
4 changed files with 15 additions and 2 deletions
+4
View File
@@ -24,6 +24,10 @@
#ifndef ZEPHYR_TESTSUITE_ZTEST_TEST_H_
#define ZEPHYR_TESTSUITE_ZTEST_TEST_H_
#include <stddef.h>
#include <stdbool.h>
#include <stdint.h>
#if 0 /* __ZEPHYR__ */
#include <app_memory/app_memdomain.h>
#endif /* __ZEPHYR__ */