mirror of
https://xff.cz/git/u-boot/
synced 2026-01-03 18:57:12 +01:00
test: Fix sandbox tests failing to build
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>
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user