From: Sean Anderson <seanga2@gmail.com>
To: u-boot@lists.denx.de
Subject: [PATCH] test: Fix sandbox tests failing to build
Date: Tue, 13 Oct 2020 15:20:52 -0400 [thread overview]
Message-ID: <20201013192052.159504-1-seanga2@gmail.com> (raw)
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
next reply other threads:[~2020-10-13 19:20 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-13 19:20 Sean Anderson [this message]
2020-10-14 1:21 ` [PATCH] test: Fix sandbox tests failing to build Simon Glass
2020-10-17 13:04 ` Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201013192052.159504-1-seanga2@gmail.com \
--to=seanga2@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox