test: Fix sandbox tests failing to build
authorSean Anderson <seanga2@gmail.com>
Tue, 13 Oct 2020 19:20:52 +0000 (15:20 -0400)
committerTom Rini <trini@konsulko.com>
Sat, 17 Oct 2020 13:03:22 +0000 (09:03 -0400)
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>
test/log/syslog_test.c
test/log/syslog_test_ndebug.c

index febaca6..a058d8f 100644 (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;
 
index c7f5a60..84844a3 100644 (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;