Skip to content
Snippets Groups Projects
Commit 3d19a7ee authored by Sean Anderson's avatar Sean Anderson Committed by Tom Rini
Browse files

test: Fix sandbox tests failing to build


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

Fixes: 52d3df7f ("log: Allow LOG_DEBUG to always enable log output")
Signed-off-by: default avatarSean Anderson <seanga2@gmail.com>
Reviewed-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
parent dadc1e38
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment