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
+1 -2
View File
@@ -13,7 +13,7 @@
#ifndef ZEPHYR_TESTSUITE_ZTEST_ASSERT_H_
#define ZEPHYR_TESTSUITE_ZTEST_ASSERT_H_
#include <zephyr/ztest.h>
#include <zephyr/ztest_test.h>
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
@@ -24,7 +24,6 @@ extern "C" {
#endif
const char *ztest_relative_filename(const char *file);
void ztest_test_fail(void);
#if CONFIG_ZTEST_ASSERT_VERBOSE == 0
static inline bool z_zassert_(bool cond, const char *file, int line)