public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH] test: Fix sandbox tests failing to build
@ 2020-10-13 19:20 Sean Anderson
  2020-10-14  1:21 ` Simon Glass
  2020-10-17 13:04 ` Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Sean Anderson @ 2020-10-13 19:20 UTC (permalink / raw)
  To: u-boot

syslog_test.h is in test/log/, not include/

Fixes: 52d3df7fef ("log: Allow LOG_DEBUG to always enable log output")
Signed-off-by: Sean Anderson <seanga2@gmail.com>
---

 test/log/syslog_test.c        | 2 +-
 test/log/syslog_test_ndebug.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/log/syslog_test.c b/test/log/syslog_test.c
index febaca68e8..a058d8f569 100644
--- a/test/log/syslog_test.c
+++ b/test/log/syslog_test.c
@@ -18,7 +18,7 @@
 #include <test/suites.h>
 #include <test/ut.h>
 #include <asm/eth.h>
-#include <syslog_test.h>
+#include "syslog_test.h"
 
 DECLARE_GLOBAL_DATA_PTR;
 
diff --git a/test/log/syslog_test_ndebug.c b/test/log/syslog_test_ndebug.c
index c7f5a60861..84844a3944 100644
--- a/test/log/syslog_test_ndebug.c
+++ b/test/log/syslog_test_ndebug.c
@@ -15,7 +15,7 @@
 #include <test/suites.h>
 #include <test/ut.h>
 #include <asm/eth.h>
-#include <syslog_test.h>
+#include "syslog_test.h"
 
 DECLARE_GLOBAL_DATA_PTR;
 
-- 
2.28.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] test: Fix sandbox tests failing to build
  2020-10-13 19:20 [PATCH] test: Fix sandbox tests failing to build Sean Anderson
@ 2020-10-14  1:21 ` Simon Glass
  2020-10-17 13:04 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Glass @ 2020-10-14  1:21 UTC (permalink / raw)
  To: u-boot

On Tue, 13 Oct 2020 at 13:21, Sean Anderson <seanga2@gmail.com> wrote:
>
> syslog_test.h is in test/log/, not include/
>
> Fixes: 52d3df7fef ("log: Allow LOG_DEBUG to always enable log output")
> Signed-off-by: Sean Anderson <seanga2@gmail.com>
> ---
>
>  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@chromium.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] test: Fix sandbox tests failing to build
  2020-10-13 19:20 [PATCH] test: Fix sandbox tests failing to build Sean Anderson
  2020-10-14  1:21 ` Simon Glass
@ 2020-10-17 13:04 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2020-10-17 13:04 UTC (permalink / raw)
  To: u-boot

On Tue, Oct 13, 2020 at 03:20:52PM -0400, Sean Anderson wrote:

> syslog_test.h is in test/log/, not include/
> 
> Fixes: 52d3df7fef ("log: Allow LOG_DEBUG to always enable log output")
> Signed-off-by: Sean Anderson <seanga2@gmail.com>
> Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20201017/ef225e25/attachment.sig>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-10-17 13:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-13 19:20 [PATCH] test: Fix sandbox tests failing to build Sean Anderson
2020-10-14  1:21 ` Simon Glass
2020-10-17 13:04 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox