[PATCH 1/1] test: fix build failure for syslog_test
Simon Glass
sjg at chromium.org
Tue Oct 27 05:52:08 CET 2020
On Sat, 17 Oct 2020 at 05:45, Heinrich Schuchardt <xypron.glpk at gmx.de> wrote:
>
> Avoid failures like:
>
> test/log/syslog_test_ndebug.c:18:10:
> fatal error: syslog_test.h: No such file or directory
> 18 | #include <syslog_test.h>
> | ^~~~~~~~~~~~~~~
>
> syslog_test.h is a local include. Use "" and not <>.
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
> ---
> test/log/syslog_test.c | 2 +-
> test/log/syslog_test_ndebug.c | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list