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:
Sean Anderson 2020-10-13 15:20:52 -04:00 committed by Tom Rini
parent dadc1e3830
commit 3d19a7ee8c
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;